/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 15 {"glColor4f", (void*)glColor4f},
|
D | gl_client_context.h | 17 glColor4f_client_proc_t glColor4f; member
|
D | gl_client_context.cpp | 17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData); in initDispatchByName()
|
D | gl_entry.cpp | 12 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()
|
D | gl_enc.cpp | 8934 this->glColor4f = &glColor4f_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 17 glColor4f_server_proc_t glColor4f; member
|
D | gles1_server_context.cpp | 17 glColor4f = (glColor4f_server_proc_t) getProc("glColor4f", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 131 this->glColor4f(var_red, var_green, var_blue, var_alpha); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 11 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gles1_only_dispatch_logging_wrappers.impl | 30 DISPATCH_DEBUG_LOG("glColor4f(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha);
|
D | gles12tr_internal.entries | 46 void glColor4f( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 13 GL_APICALL void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gles1_only_functions.h | 13 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
|
D | gles12tr_internal.h | 48 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 389 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 361 dispatcher.glColor4f(mColor.val.floatVal[0], in postLoadRestoreCtx() 1802 dispatcher().glColor4f(red,green,blue,alpha); in color4f()
|
D | GLEScmImp.cpp | 621 GL_API void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in glColor4f() function
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 105 …X(void, glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, a…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 993 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1031 GLAPI void GLAPIENTRY glColor4f( GLfloat red, GLfloat green,
|
D | gl_mangle.h | 202 #define glColor4f MANGLE(Color4f) macro
|