Home
last modified time | relevance | path

Searched refs:glVertexAttrib1fv (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h144 {"glVertexAttrib1fv", (void*)glVertexAttrib1fv},
Dgl2_client_context.h146 glVertexAttrib1fv_client_proc_t glVertexAttrib1fv; member
Dgl2_client_context.cpp146 glVertexAttrib1fv = (glVertexAttrib1fv_client_proc_t) getProc("glVertexAttrib1fv", userData); in initDispatchByName()
Dgl2_entry.cpp141 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
1240 void glVertexAttrib1fv(GLuint indx, const GLfloat* values) in glVertexAttrib1fv() function
1243 ctx->glVertexAttrib1fv(ctx, indx, values); in glVertexAttrib1fv()
Dgl2_enc.cpp11183 this->glVertexAttrib1fv = &glVertexAttrib1fv_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
Dgl31.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);