Searched refs:VertexAttrib2fvARB (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 81 vfmt->VertexAttrib2fvARB = NAME_ES(VertexAttrib2fv); 90 vfmt->VertexAttrib2fvARB = NAME(VertexAttrib2fvARB);
|
D | vbo_attrib_tmp.h | 513 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 969 VertexAttrib2fvARB(GLuint index, const GLfloat *v) in VertexAttrib2fvARB() function 1219 (attrib_func) VertexAttrib2fvARB, 1266 (attrib_func) VertexAttrib2fvARB,
|
D | vtxfmt.c | 130 SET_VertexAttrib2fvARB(tab, vfmt->VertexAttrib2fvARB); in install_vtxfmt()
|
D | dd.h | 1484 void (GLAPIENTRYP VertexAttrib2fvARB)( GLuint index, const GLfloat *v );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1043 { "glVertexAttrib2fvARB", _O(VertexAttrib2fvARB) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_shader.txt | 556 void VertexAttrib2fvARB(uint index, const float *v) 1744 VertexAttrib2fvARB, VertexAttrib2svARB, VertexAttrib2dvARB,
|
D | ARB_vertex_program.txt | 1475 void VertexAttrib2fvARB(uint index, const float *v); 5798 VertexAttrib2fvARB
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_shader.txt | 566 void VertexAttrib2fvARB(uint index, const float *v) 1754 VertexAttrib2fvARB, VertexAttrib2svARB, VertexAttrib2dvARB,
|
D | ARB_vertex_program.txt | 1485 void VertexAttrib2fvARB(uint index, const float *v); 5808 VertexAttrib2fvARB
|