Home
last modified time | relevance | path

Searched refs:glBlendColor (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h18 {"glBlendColor", (void*)glBlendColor},
Dgl2_client_context.h20 glBlendColor_client_proc_t glBlendColor; member
Dgl2_client_context.cpp20 glBlendColor = (glBlendColor_client_proc_t) getProc("glBlendColor", userData); in initDispatchByName()
Dgl2_entry.cpp15 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/
Dgles2_only.entries5 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
Dgles2_only_dispatch_logging_wrappers.impl5 DISPATCH_DEBUG_LOG("glBlendColor(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha);
Dgles12tr_internal.entries20 void glBlendColor( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h8 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
Dgles2_only_functions.h8 …X(void, glBlendColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
Dgles12tr_internal.h22 …X(void, glBlendColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h22 glBlendColor_server_proc_t glBlendColor; member
Dgles2_server_context.cpp20 glBlendColor = (glBlendColor_server_proc_t) getProc("glBlendColor", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h206 …X(void, glBlendColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, …
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1625 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in12 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1663 GLAPI void GLAPIENTRY glBlendColor( GLclampf red, GLclampf green,
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp793 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()

12