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

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h122 glUniform1f_client_proc_t glUniform1f; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp120 void glUniform1f(GLint location, GLfloat x);
900 void glUniform1f(GLint location, GLfloat x) function
903 ctx->glUniform1f(ctx, location, x);

Completed in 8 milliseconds