Searched refs:glVertexAttrib4fv (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 150 {"glVertexAttrib4fv", (void*)glVertexAttrib4fv},
|
D | gl2_client_context.h | 152 glVertexAttrib4fv_client_proc_t glVertexAttrib4fv; member
|
D | gl2_client_context.cpp | 152 glVertexAttrib4fv = (glVertexAttrib4fv_client_proc_t) getProc("glVertexAttrib4fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 147 void glVertexAttrib4fv(GLuint indx, const GLfloat* values); 1291 void glVertexAttrib4fv(GLuint indx, const GLfloat* values) in glVertexAttrib4fv() function 1294 ctx->glVertexAttrib4fv(ctx, indx, values); in glVertexAttrib4fv()
|
D | gl2_enc.cpp | 11712 this->glVertexAttrib4fv = &glVertexAttrib4fv_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 144 void glVertexAttrib4fv(GLuint index, const GLfloat *v);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 250 glVertexAttrib4fv
|
D | gles3.in | 140 GL_ENTRY(void, glVertexAttrib4fv, GLuint indx, const GLfloat* values)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|