Home
last modified time | relevance | path

Searched defs:BindFragDataLocation (Results 1 – 10 of 10) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/
H A DOpenGL.cs376 public delegate void BindFragDataLocation(uint program, int colorNumber, string name); in BindFragDataLocation() method in OpenRA.Platforms.Default.OpenGL
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_3_0_autogen.cpp118 void GL_APIENTRY BindFragDataLocation(GLuint program, GLuint color, const GLchar *name) in BindFragDataLocation() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_3_0_autogen.cpp135 void GL_APIENTRY BindFragDataLocation(GLuint program, GLuint color, const GLchar *name) in BindFragDataLocation() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h38 BindFragDataLocation, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dentry_points_enum_autogen.h38 BindFragDataLocation, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A Dentry_points_enum_autogen.h38 BindFragDataLocation, enumerator
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dgl_core_3_1.cpp720 PFNBINDFRAGDATALOCATIONPROC BindFragDataLocation; variable
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/slb/
H A Dosmesa.h2630 /* 1427 */ void APIENTRY (*BindFragDataLocation)(GLuint program, GLuint color, const GLchar *name); member
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/ldg/
H A Dosmesa.h2636 /* 1427 */ void APIENTRY (*BindFragDataLocation)(GLuint program, GLuint color, const GLchar *name); member
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dgl46.rs5803 pub unsafe fn BindFragDataLocation( in BindFragDataLocation() method