Searched refs:glUniform3f (Results 1 - 4 of 4) sorted by relevance
/development/tools/emulator/opengl/system/GLESv2_enc/ |
H A D | gl2_ftable.h | 130 {"glUniform3f", (void*)glUniform3f},
|
H A D | gl2_client_context.h | 130 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 D | gl2_entry.cpp | 128 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 D | gl2.h | 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
Completed in 13 milliseconds