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

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h262 glUniformMatrix4x2fv_client_proc_t glUniformMatrix4x2fv; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp257 void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1943 void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) function
1946 ctx->glUniformMatrix4x2fv(ctx, location, count, transpose, value);

Completed in 14 milliseconds