Searched defs:glVertexAttrib4f (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member in struct:gl2_client_context_t
H A 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) function
1273 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w);

Completed in 13 milliseconds