Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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);
609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function
612 ctx->glColor4ub(ctx, red, green, blue, alpha); in glColor4ub()
Dgl_enc.cpp8980 this->glColor4ub = &glColor4ub_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h63 glColor4ub_server_proc_t glColor4ub; member
Dgles1_server_context.cpp63 glColor4ub = (glColor4ub_server_proc_t) getProc("glColor4ub", userData); in initDispatchByName()
Dgles1_dec.cpp1051 this->glColor4ub(var_red, var_green, var_blue, var_alpha); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries13 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
Dgles1_only_dispatch_logging_wrappers.impl40 DISPATCH_DEBUG_LOG("glColor4ub(red:%u, green:%u, blue:%u, alpha:%u)", red, green, blue, alpha);
Dgles12tr_internal.entries48 void glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h15 GL_APICALL void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
Dgles1_only_functions.h15 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
Dgles12tr_internal.h50 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h436 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/hardware/google/gfxstream/include/GLES/
Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp367 dispatcher.glColor4ub(mColor.val.ubyteVal[0], in postLoadRestoreCtx()
1817 dispatcher().glColor4ub(red,green,blue,alpha); in color4ub()
DGLEScmImp.cpp627 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub() function
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h107 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, …
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h999 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
Dgl_mangle.h212 #define glColor4ub MANGLE(Color4ub) macro