Searched refs:glBlendColor (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/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); 484 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() function 487 ctx->glBlendColor(ctx, red, green, blue, alpha); in glBlendColor()
|
D | gl2_enc.cpp | 11580 this->glBlendColor = &glBlendColor_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 12 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/device/generic/goldfish-opengl/system/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);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|