/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 18 {"glBlendColor", (void*)glBlendColor},
|
D | gl2_client_context.h | 20 glBlendColor_client_proc_t glBlendColor; member
|
D | gl2_client_context.cpp | 20 glBlendColor = (glBlendColor_client_proc_t) getProc("glBlendColor", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 497 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() function 500 ctx->glBlendColor(ctx, red, green, blue, alpha); in glBlendColor()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 5 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | gles2_only_dispatch_logging_wrappers.impl | 5 DISPATCH_DEBUG_LOG("glBlendColor(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha);
|
D | gles12tr_internal.entries | 20 void glBlendColor( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 8 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
|
D | gles2_only_functions.h | 8 …X(void, glBlendColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
|
D | gles12tr_internal.h | 22 …X(void, glBlendColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 22 glBlendColor_server_proc_t glBlendColor; member
|
D | gles2_server_context.cpp | 20 glBlendColor = (glBlendColor_server_proc_t) getProc("glBlendColor", userData); in initDispatchByName()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl31.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl31.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 206 …X(void, glBlendColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1625 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 12 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1663 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 793 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glBlendColor() function 795 ctx->dispatcher().glBlendColor(red,green,blue,alpha); in glBlendColor()
|