Searched refs:VertexAttrib4fARB (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 84 vfmt->VertexAttrib4fARB = NAME_ES(VertexAttrib4f); 93 vfmt->VertexAttrib4fARB = NAME(VertexAttrib4fARB);
|
D | vbo_attrib_tmp.h | 549 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 133 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB); in install_vtxfmt()
|
D | dd.h | 1487 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1062 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_shader.txt | 548 void VertexAttrib4fARB(uint index, float v0, float v1, float v2, float v3)
|
D | ARB_vertex_program.txt | 1467 void VertexAttrib4fARB(uint index, float x, float y, float z, float w);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_shader.txt | 558 void VertexAttrib4fARB(uint index, float v0, float v1, float v2, float v3)
|
D | ARB_vertex_program.txt | 1477 void VertexAttrib4fARB(uint index, float x, float y, float z, float w);
|