Searched refs:glBlendColor (Results 1 – 12 of 12) sorted by relevance
/external/chromium/webkit/glue/ |
D | gl_bindings_skia_cmd_buffer.cc | 25 glBlendColor, in BindSkiaToCommandBufferGL()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | OpenGLShims.h | 131 FUNCTION_TABLE_ENTRY(glBlendColor); 228 #define glBlendColor LOOKUP_GL_FUNCTION(glBlendColor) macro
|
D | OpenGLShims.cpp | 97 ASSIGN_FUNCTION_TABLE_ENTRY(glBlendColor, success); in initializeOpenGLShims()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | libGLESv2.def | 10 glBlendColor @8
|
D | libGLESv2.cpp | 270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() function
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 29 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 26 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 53 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
D | gl2.h | 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 407 ::glBlendColor(red, green, blue, alpha); in blendColor()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 338 blendColor = GET_PROC_ADDRESS(glBlendColor); in GraphicsContext3DInternal()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_opengl.h | 3153 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);
|