Searched refs:glVertexAttrib2fv (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 146 {"glVertexAttrib2fv", (void*)glVertexAttrib2fv},
|
D | gl2_client_context.h | 148 glVertexAttrib2fv_client_proc_t glVertexAttrib2fv; member
|
D | gl2_client_context.cpp | 148 glVertexAttrib2fv = (glVertexAttrib2fv_client_proc_t) getProc("glVertexAttrib2fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 143 void glVertexAttrib2fv(GLuint indx, const GLfloat* values); 1267 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv() function 1270 ctx->glVertexAttrib2fv(ctx, indx, values); in glVertexAttrib2fv()
|
D | gl2_enc.cpp | 11708 this->glVertexAttrib2fv = &glVertexAttrib2fv_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 140 void glVertexAttrib2fv(GLuint index, const GLfloat *v);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 244 glVertexAttrib2fv
|
D | gles3.in | 136 GL_ENTRY(void, glVertexAttrib2fv, GLuint indx, const GLfloat* values)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|