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

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h126 glUniform2f_client_proc_t glUniform2f; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp124 void glUniform2f(GLint location, GLfloat x, GLfloat y);
924 void glUniform2f(GLint location, GLfloat x, GLfloat y) function
927 ctx->glUniform2f(ctx, location, x, y);

Completed in 44 milliseconds