Home
last modified time | relevance | path

Searched refs:glColor4ub (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h71 {"glColor4ub", (void *)glColor4ub},
Dgles_dispatch.h74 glColor4ub_t glColor4ub; member
346 …glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; re… in set_glColor4ub()
Dgles.cpp311 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/
Dgl_ftable.h61 {"glColor4ub", (void*)glColor4ub},
Dgl_client_context.h63 glColor4ub_client_proc_t glColor4ub; member
Dgl_client_context.cpp63 glColor4ub = (glColor4ub_client_proc_t) getProc("glColor4ub", userData); in initDispatchByName()
Dgl_entry.cpp58 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()
Dgl_enc.cpp8336 this->glColor4ub = &glColor4ub_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);