Searched refs:VertexAttrib3fvARB (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 83 vfmt->VertexAttrib3fvARB = NAME_ES(VertexAttrib3fv); 92 vfmt->VertexAttrib3fvARB = NAME(VertexAttrib3fvARB);
|
D | vbo_attrib_tmp.h | 537 TAG(VertexAttrib3fvARB)(GLuint index, const GLfloat * v) in TAG() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 975 VertexAttrib3fvARB(GLuint index, const GLfloat *v) in VertexAttrib3fvARB() function 1230 (attrib_func) VertexAttrib3fvARB, 1277 (attrib_func) VertexAttrib3fvARB,
|
D | vtxfmt.c | 132 SET_VertexAttrib3fvARB(tab, vfmt->VertexAttrib3fvARB); in install_vtxfmt()
|
D | dd.h | 1486 void (GLAPIENTRYP VertexAttrib3fvARB)( GLuint index, const GLfloat *v );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1049 { "glVertexAttrib3fvARB", _O(VertexAttrib3fvARB) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_shader.txt | 120 VertexAttrib3fvARB, look like exactly what this extension needs. 559 void VertexAttrib3fvARB(uint index, const float *v) 1745 VertexAttrib3fvARB, VertexAttrib3svARB, VertexAttrib3dvARB,
|
D | ARB_vertex_program.txt | 1478 void VertexAttrib3fvARB(uint index, const float *v); 5821 VertexAttrib3fvARB
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_shader.txt | 130 VertexAttrib3fvARB, look like exactly what this extension needs. 569 void VertexAttrib3fvARB(uint index, const float *v) 1755 VertexAttrib3fvARB, VertexAttrib3svARB, VertexAttrib3dvARB,
|
D | ARB_vertex_program.txt | 1488 void VertexAttrib3fvARB(uint index, const float *v); 5831 VertexAttrib3fvARB
|