Home
last modified time | relevance | path

Searched defs:VertexAttrib2d (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_2_0_autogen.cpp1427 void GL_APIENTRY VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in VertexAttrib2d() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_2_0_autogen.cpp1632 void GL_APIENTRY VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in VertexAttrib2d() function
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3009 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_attrib_tmp.h3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) in TAG() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h1269 VertexAttrib2d, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dentry_points_enum_autogen.h1283 VertexAttrib2d, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A Dentry_points_enum_autogen.h1283 VertexAttrib2d, enumerator
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/slb/
H A Dosmesa.h3801 /* 2598 */ void APIENTRY (*VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y); member
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/ldg/
H A Dosmesa.h3807 /* 2598 */ void APIENTRY (*VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y); member
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dgl46.rs32006 pub unsafe fn VertexAttrib2d(&self, index: GLuint, x: GLdouble, y: GLdouble) { in VertexAttrib2d() method