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

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h130 {"glUniform3f", (void*)glUniform3f},
H A Dgl2_client_context.h130 glUniform3f_client_proc_t glUniform3f; member in struct:gl2_client_context_t
339 virtual glUniform3f_client_proc_t set_glUniform3f(glUniform3f_client_proc_t f) { glUniform3f_client_proc_t retval = glUniform3f; glUniform3f = f; return retval;}
H A Dgl2_entry.cpp128 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) function
951 ctx->glUniform3f(ctx, location, x, y, z);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);

Completed in 13 milliseconds