Searched refs:glColor4f (Results 1 - 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 15 {"glColor4f", (void*)glColor4f},
|
H A D | gl_client_context.h | 17 glColor4f_client_proc_t glColor4f; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData);
|
H A D | gl_entry.cpp | 12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 331 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function 334 ctx->glColor4f(ctx, red, green, blue, alpha);
|
H A D | gl_enc.cpp | 8290 this->glColor4f = &glColor4f_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 24 {"glColor4f", (void *)glColor4f},
|
H A D | gles_dispatch.h | 27 glColor4f_t glColor4f; member in struct:gles_dispatch 299 glColor4f_t set_glColor4f(glColor4f_t f) { glColor4f_t retval = glColor4f; glColor4f = f; return retval;}
|
H A D | gles.cpp | 76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function 78 getDispatch()->glColor4f(red, green, blue, alpha);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
Completed in 54 milliseconds