Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
Dgl2_client_context.h151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
Dgl2_client_context.cpp151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
Dgl2_entry.cpp146 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1270 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f() function
1273 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w); in glVertexAttrib4f()
Dgl2_enc.cpp11188 this->glVertexAttrib4f = &glVertexAttrib4f_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…