Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dgl_bindings_skia_cmd_buffer.cc25 glBlendColor, in BindSkiaToCommandBufferGL()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h131 FUNCTION_TABLE_ENTRY(glBlendColor);
228 #define glBlendColor LOOKUP_GL_FUNCTION(glBlendColor) macro
DOpenGLShims.cpp97 ASSIGN_FUNCTION_TABLE_ENTRY(glBlendColor, success); in initializeOpenGLShims()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.def10 glBlendColor @8
DlibGLESv2.cpp270 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() function
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp29 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp26 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp53 interface->fBlendColor = glBlendColor; in GrGLCreateNativeInterface()
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp407 ::glBlendColor(red, green, blue, alpha); in blendColor()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp338 blendColor = GET_PROC_ADDRESS(glBlendColor); in GraphicsContext3DInternal()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h3153 GLAPI void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf);