Home
last modified time | relevance | path

Searched refs:glBlendFuncSeparate (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h134 FUNCTION_TABLE_ENTRY(glBlendFuncSeparate);
231 #define glBlendFuncSeparate LOOKUP_GL_FUNCTION(glBlendFuncSeparate) macro
DOpenGLShims.cpp100 ASSIGN_FUNCTION_TABLE_ENTRY(glBlendFuncSeparate, success); in initializeOpenGLShims()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.def14 glBlendFuncSeparate @12
DlibGLESv2.cpp336 glBlendFuncSeparate(sfactor, dfactor, sfactor, dfactor); in glBlendFunc()
339 void __stdcall glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) in glBlendFuncSeparate() function
/external/mesa3d/include/GLES2/
Dgl2.h485 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAl…
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h485 GL_APICALL void GL_APIENTRY glBlendFuncSeparate (GLenum srcRGB, GLenum dstRGB, GLenum srcAl…
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp432 ::glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha); in blendFuncSeparate()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp341 blendFuncSeparate = GET_PROC_ADDRESS(glBlendFuncSeparate); in GraphicsContext3DInternal()
/external/mesa3d/docs/
DVERSIONS1075 - a few OpenGL 1.4 functions like glFogCoord*, glBlendFuncSeparate,
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h3333 GLAPI void APIENTRY glBlendFuncSeparate (GLenum, GLenum, GLenum, GLenum);