Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h15 {"glColor4f", (void*)glColor4f},
Dgl_client_context.h17 glColor4f_client_proc_t glColor4f; member
Dgl_client_context.cpp17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData); in initDispatchByName()
Dgl_entry.cpp12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
333 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() function
336 ctx->glColor4f(ctx, red, green, blue, alpha); in glColor4f()
Dgl_enc.cpp8934 this->glColor4f = &glColor4f_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h17 glColor4f_server_proc_t glColor4f; member
Dgles1_server_context.cpp17 glColor4f = (glColor4f_server_proc_t) getProc("glColor4f", userData); in initDispatchByName()
Dgles1_dec.cpp131 this->glColor4f(var_red, var_green, var_blue, var_alpha); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries11 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgles1_only_dispatch_logging_wrappers.impl30 DISPATCH_DEBUG_LOG("glColor4f(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha);
Dgles12tr_internal.entries46 void glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h13 GL_APICALL void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgles1_only_functions.h13 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
Dgles12tr_internal.h48 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h389 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/include/GLES/
Dgl.h597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp361 dispatcher.glColor4f(mColor.val.floatVal[0], in postLoadRestoreCtx()
1802 dispatcher().glColor4f(red,green,blue,alpha); in color4f()
DGLEScmImp.cpp621 GL_API void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in glColor4f() function
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h105 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h993 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1031 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
Dgl_mangle.h202 #define glColor4f MANGLE(Color4f) macro