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

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h127 glUniform2fv_client_proc_t glUniform2fv; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp125 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) function
933 ctx->glUniform2fv(ctx, location, count, v);

Completed in 8 milliseconds