Searched refs:glVertexAttrib4f (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
|
D | gl2_client_context.h | 151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
|
D | gl2_client_context.cpp | 151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 147 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 1062 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f() function 1065 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w); in glVertexAttrib4f()
|
D | gl2_enc.cpp | 5120 this->glVertexAttrib4f = &glVertexAttrib4f_enc; in gl2_encoder_context_t()
|