Searched refs:glColor4f (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 24 {"glColor4f", (void *)glColor4f},
|
D | gles_dispatch.h | 27 glColor4f_t glColor4f; member 299 …glColor4f_t set_glColor4f(glColor4f_t f) { glColor4f_t retval = glColor4f; glColor4f = f; return r… in set_glColor4f()
|
D | gles.cpp | 76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() function 78 getDispatch()->glColor4f(red, green, blue, alpha); in glColor4f()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 15 {"glColor4f", (void*)glColor4f},
|
D | gl_client_context.h | 17 glColor4f_client_proc_t glColor4f; member
|
D | gl_client_context.cpp | 17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData); in initDispatchByName()
|
D | gl_entry.cpp | 13 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 333 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() function 336 ctx->glColor4f(ctx, red, green, blue, alpha); in glColor4f()
|
D | gl_enc.cpp | 8175 this->glColor4f = &glColor4f_enc; in gl_encoder_context_t()
|