Home
last modified time | relevance | path

Searched refs:GL_FUNC_ADD (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.cpp79 if (GL_FUNC_ADD != modeRGB && (GL_FUNC_SUBTRACT > modeRGB || in BlendEquationSeparate()
82 if (GL_FUNC_ADD != modeRGB && (GL_FUNC_SUBTRACT > modeRGB || in BlendEquationSeparate()
85 ctx->state.blendState.ce = (GGLBlendState::GGLBlendFunc)(modeRGB - GL_FUNC_ADD); in BlendEquationSeparate()
86 ctx->state.blendState.ae = (GGLBlendState::GGLBlendFunc)(modeAlpha - GL_FUNC_ADD); in BlendEquationSeparate()
221 iface->BlendEquationSeparate(iface, GL_FUNC_ADD, GL_FUNC_ADD); in InitializeGGLState()
Dllvm_scanline.cpp378 switch (gglCtx->blendState.ce + GL_FUNC_ADD) { in GenerateFSBlend()
379 case GL_FUNC_ADD: in GenerateFSBlend()
396 switch (gglCtx->blendState.ae + GL_FUNC_ADD) { in GenerateFSBlend()
397 case GL_FUNC_ADD: in GenerateFSBlend()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dutilities.cpp467 case GL_FUNC_ADD: d3dBlendOp = D3DBLENDOP_ADD; break; in ConvertBlendOp()
DContext.cpp54 mState.blendEquationRGB = GL_FUNC_ADD; in Context()
55 mState.blendEquationAlpha = GL_FUNC_ADD; in Context()
DlibGLESv2.cpp303 case GL_FUNC_ADD: in glBlendEquationSeparate()
313 case GL_FUNC_ADD: in glBlendEquationSeparate()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp443 glBlendEquation(GL_FUNC_ADD); in resetBlending()
/external/mesa3d/include/GLES2/
Dgl2.h94 #define GL_FUNC_ADD 0x8006 macro
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h94 #define GL_FUNC_ADD 0x8006 macro
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h168 #define GL_FUNC_ADD 0x8006 macro