/hardware/google/gfxstream/guest/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); 609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function 612 ctx->glColor4ub(ctx, red, green, blue, alpha); in glColor4ub()
|
D | gl_enc.cpp | 8980 this->glColor4ub = &glColor4ub_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 63 glColor4ub_server_proc_t glColor4ub; member
|
D | gles1_server_context.cpp | 63 glColor4ub = (glColor4ub_server_proc_t) getProc("glColor4ub", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 1051 this->glColor4ub(var_red, var_green, var_blue, var_alpha); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 13 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | gles1_only_dispatch_logging_wrappers.impl | 40 DISPATCH_DEBUG_LOG("glColor4ub(red:%u, green:%u, blue:%u, alpha:%u)", red, green, blue, alpha);
|
D | gles12tr_internal.entries | 48 void glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 15 GL_APICALL void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | gles1_only_functions.h | 15 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
|
D | gles12tr_internal.h | 50 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 436 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 367 dispatcher.glColor4ub(mColor.val.ubyteVal[0], in postLoadRestoreCtx() 1817 dispatcher().glColor4ub(red,green,blue,alpha); in color4ub()
|
D | GLEScmImp.cpp | 627 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub() function
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 107 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 999 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
|
D | gl_mangle.h | 212 #define glColor4ub MANGLE(Color4ub) macro
|