Searched refs:VertexAttrib4fvARB (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 85 vfmt->VertexAttrib4fvARB = NAME_ES(VertexAttrib4fv); 94 vfmt->VertexAttrib4fvARB = NAME(VertexAttrib4fvARB);
|
D | vbo_attrib_tmp.h | 561 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) in TAG() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 981 VertexAttrib4fvARB(GLuint index, const GLfloat *v) in VertexAttrib4fvARB() function 1241 (attrib_func) VertexAttrib4fvARB, 1288 (attrib_func) VertexAttrib4fvARB,
|
D | vtxfmt.c | 134 SET_VertexAttrib4fvARB(tab, vfmt->VertexAttrib4fvARB); in install_vtxfmt()
|
D | dd.h | 1488 void (GLAPIENTRYP VertexAttrib4fvARB)( GLuint index, const GLfloat *v );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1063 { "glVertexAttrib4fvARB", _O(VertexAttrib4fvARB) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_shader.txt | 562 void VertexAttrib4fvARB(uint index, const float *v) 1746 VertexAttrib4fvARB, VertexAttrib4svARB, VertexAttrib4dvARB,
|
D | ARB_vertex_program.txt | 1486 void VertexAttrib4fvARB(uint index, const float *v); 5891 VertexAttrib4fvARB
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_shader.txt | 572 void VertexAttrib4fvARB(uint index, const float *v) 1756 VertexAttrib4fvARB, VertexAttrib4svARB, VertexAttrib4dvARB,
|
D | ARB_vertex_program.txt | 1496 void VertexAttrib4fvARB(uint index, const float *v); 5901 VertexAttrib4fvARB
|