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

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h135 glUniform4fv_client_proc_t glUniform4fv; member in struct:gl2_client_context_t
344 virtual glUniform4fv_client_proc_t set_glUniform4fv(glUniform4fv_client_proc_t f) { glUniform4fv_client_proc_t retval = glUniform4fv; glUniform4fv = f; return retval;}
H A Dgl2_entry.cpp133 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
978 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) function
981 ctx->glUniform4fv(ctx, location, count, v);

Completed in 10 milliseconds