Searched refs:glColor4ub (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 71 {"glColor4ub", (void *)glColor4ub},
|
D | gles_dispatch.h | 74 glColor4ub_t glColor4ub; member 346 …glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; re… in set_glColor4ub()
|
D | gles.cpp | 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function 313 getDispatch()->glColor4ub(red, green, blue, alpha); in glColor4ub()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 61 {"glColor4ub", (void*)glColor4ub},
|
D | gl_client_context.h | 63 glColor4ub_client_proc_t glColor4ub; member
|
D | gl_client_context.cpp | 63 glColor4ub = (glColor4ub_client_proc_t) getProc("glColor4ub", userData); in initDispatchByName()
|
D | gl_entry.cpp | 58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 607 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function 610 ctx->glColor4ub(ctx, red, green, blue, alpha); in glColor4ub()
|
D | gl_enc.cpp | 8336 this->glColor4ub = &glColor4ub_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|