Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h146 {"glVertexAttrib2fv", (void*)glVertexAttrib2fv},
Dgl2_client_context.h148 glVertexAttrib2fv_client_proc_t glVertexAttrib2fv; member
Dgl2_client_context.cpp148 glVertexAttrib2fv = (glVertexAttrib2fv_client_proc_t) getProc("glVertexAttrib2fv", userData); in initDispatchByName()
Dgl2_entry.cpp143 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
1252 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv() function
1255 ctx->glVertexAttrib2fv(ctx, indx, values); in glVertexAttrib2fv()
Dgl2_enc.cpp11185 this->glVertexAttrib2fv = &glVertexAttrib2fv_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
Dgl31.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);