Searched refs:VertexAttrib4fvARB (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 982 VertexAttrib4fvARB(GLuint index, const GLfloat *v) in VertexAttrib4fvARB() function 1242 (attrib_func) VertexAttrib4fvARB, 1289 (attrib_func) VertexAttrib4fvARB,
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1063 { "glVertexAttrib4fvARB", _O(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
|
/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/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 336 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) in TAG() argument
|