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

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h260 glUniformMatrix3x2fv_client_proc_t glUniformMatrix3x2fv; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp255 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1931 void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) function
1934 ctx->glUniformMatrix3x2fv(ctx, location, count, transpose, value);

Completed in 16 milliseconds