Searched refs:glColor4ub (Results 1 - 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 61 {"glColor4ub", (void*)glColor4ub},
|
H A D | gl_client_context.h | 63 glColor4ub_client_proc_t glColor4ub; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 63 glColor4ub = (glColor4ub_client_proc_t) getProc("glColor4ub", userData);
|
H A 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) function 610 ctx->glColor4ub(ctx, red, green, blue, alpha);
|
H A D | gl_enc.cpp | 8336 this->glColor4ub = &glColor4ub_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 71 {"glColor4ub", (void *)glColor4ub},
|
H A D | gles_dispatch.h | 74 glColor4ub_t glColor4ub; member in struct:gles_dispatch 346 glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
|
H A D | gles.cpp | 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) function 313 getDispatch()->glColor4ub(red, green, blue, alpha);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
Completed in 91 milliseconds