Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h143 {"glVertexAttrib1f", (void*)glVertexAttrib1f},
Dgl2_client_context.h145 glVertexAttrib1f_client_proc_t glVertexAttrib1f; member
Dgl2_client_context.cpp145 glVertexAttrib1f = (glVertexAttrib1f_client_proc_t) getProc("glVertexAttrib1f", userData); in initDispatchByName()
Dgl2_entry.cpp140 void glVertexAttrib1f(GLuint indx, GLfloat x);
1234 void glVertexAttrib1f(GLuint indx, GLfloat x) in glVertexAttrib1f() function
1237 ctx->glVertexAttrib1f(ctx, indx, x); in glVertexAttrib1f()
Dgl2_enc.cpp11182 this->glVertexAttrib1f = &glVertexAttrib1f_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
Dgl31.h509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);