Searched refs:VertexAttrib2fARB (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 80 vfmt->VertexAttrib2fARB = NAME_ES(VertexAttrib2f); 89 vfmt->VertexAttrib2fARB = NAME(VertexAttrib2fARB);
|
D | vbo_attrib_tmp.h | 501 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 129 SET_VertexAttrib2fARB(tab, vfmt->VertexAttrib2fARB); in install_vtxfmt()
|
D | dd.h | 1483 void (GLAPIENTRYP VertexAttrib2fARB)( GLuint index, GLfloat x, GLfloat y );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1042 { "glVertexAttrib2fARB", _O(VertexAttrib2fARB) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_shader.txt | 542 void VertexAttrib2fARB(uint index, float v0, float v1)
|
D | ARB_vertex_program.txt | 1461 void VertexAttrib2fARB(uint index, float x, float y);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_shader.txt | 552 void VertexAttrib2fARB(uint index, float v0, float v1)
|
D | ARB_vertex_program.txt | 1471 void VertexAttrib2fARB(uint index, float x, float y);
|