Esempio n. 1
0
 internal extern static void Hint(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All mode);
Esempio n. 2
0
 internal extern static void BindTexture(osuTK.Graphics.ES10.All target, UInt32 texture);
Esempio n. 3
0
 internal extern static void ClientActiveTexture(osuTK.Graphics.ES10.All texture);
Esempio n. 4
0
 internal extern static void TexParameterf(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, Single param);
Esempio n. 5
0
 internal extern static void TexSubImage2D(osuTK.Graphics.ES10.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
Esempio n. 6
0
 internal extern static void StencilOp(osuTK.Graphics.ES10.All fail, osuTK.Graphics.ES10.All zfail, osuTK.Graphics.ES10.All zpass);
Esempio n. 7
0
 internal extern static unsafe void TexEnvxv(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, int * @params);
Esempio n. 8
0
 internal extern static void Materialf(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, Single param);
Esempio n. 9
0
 internal extern static void Materialx(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, int param);
Esempio n. 10
0
 internal extern static unsafe void Lightxv(osuTK.Graphics.ES10.All light, osuTK.Graphics.ES10.All pname, int * @params);
Esempio n. 11
0
 internal extern static void LogicOp(osuTK.Graphics.ES10.All opcode);
Esempio n. 12
0
 internal extern static void Lightx(osuTK.Graphics.ES10.All light, osuTK.Graphics.ES10.All pname, int param);
Esempio n. 13
0
 internal extern static unsafe void LightModelfv(osuTK.Graphics.ES10.All pname, Single * @params);
Esempio n. 14
0
 internal extern static void LightModelf(osuTK.Graphics.ES10.All pname, Single param);
Esempio n. 15
0
 internal extern static void ShadeModel(osuTK.Graphics.ES10.All mode);
Esempio n. 16
0
 internal extern static unsafe void Materialxv(osuTK.Graphics.ES10.All face, osuTK.Graphics.ES10.All pname, int * @params);
Esempio n. 17
0
 internal extern static void StencilFunc(osuTK.Graphics.ES10.All func, Int32 @ref, UInt32 mask);
Esempio n. 18
0
 internal extern static void MatrixMode(osuTK.Graphics.ES10.All mode);
Esempio n. 19
0
 internal extern static void AlphaFunc(osuTK.Graphics.ES10.All func, Single @ref);
Esempio n. 20
0
 internal extern static void MultiTexCoord4f(osuTK.Graphics.ES10.All target, Single s, Single t, Single r, Single q);
Esempio n. 21
0
 internal extern static void TexImage2D(osuTK.Graphics.ES10.All target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
Esempio n. 22
0
 internal extern static void MultiTexCoord4x(osuTK.Graphics.ES10.All target, int s, int t, int r, int q);
Esempio n. 23
0
 internal extern static void TexParameterx(osuTK.Graphics.ES10.All target, osuTK.Graphics.ES10.All pname, int param);
Esempio n. 24
0
 internal extern static void NormalPointer(osuTK.Graphics.ES10.All type, Int32 stride, IntPtr pointer);
Esempio n. 25
0
 internal extern static void AlphaFuncx(osuTK.Graphics.ES10.All func, int @ref);
Esempio n. 26
0
 internal extern static void PixelStorei(osuTK.Graphics.ES10.All pname, Int32 param);
Esempio n. 27
0
 internal extern static void BlendFunc(osuTK.Graphics.ES10.All sfactor, osuTK.Graphics.ES10.All dfactor);
Esempio n. 28
0
 internal extern static void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, osuTK.Graphics.ES10.All format, osuTK.Graphics.ES10.All type, IntPtr pixels);
Esempio n. 29
0
 internal extern static void ColorPointer(Int32 size, osuTK.Graphics.ES10.All type, Int32 stride, IntPtr pointer);
Esempio n. 30
0
 internal extern static unsafe System.IntPtr GetString(osuTK.Graphics.ES10.All name);