Searched defs:glVertexAttrib4f (Results 1 - 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_client_context.h | 151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member in struct:gl2_client_context_t
|
H A D | gl2_entry.cpp | 146 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) function 1273 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w);
|
Completed in 13 milliseconds