Searched refs:glUniform3fv (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h131 {"glUniform3fv", (void*)glUniform3fv},
H A Dgl2_client_context.h131 glUniform3fv_client_proc_t glUniform3fv; member in struct:gl2_client_context_t
340 virtual glUniform3fv_client_proc_t set_glUniform3fv(glUniform3fv_client_proc_t f) { glUniform3fv_client_proc_t retval = glUniform3fv; glUniform3fv = f; return retval;}
H A Dgl2_entry.cpp129 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) function
957 ctx->glUniform3fv(ctx, location, count, v);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);

Completed in 13 milliseconds