/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 217 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 219 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separate() 259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei() 261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei() 265 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separatei() 269 ctx.glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei() 271 ctx.glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
|
D | es31fIndexedStateQueryTests.cpp | 1042 GL_SRC_COLOR, in iterate() 1101 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1104 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_COLOR, m_verifierType); in iterate() 1178 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1186 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1189 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_COLOR, m_verifierType); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 161 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init()
|
D | es2fBlendTests.cpp | 326 { GL_SRC_COLOR, "src_color" }, in init() 407 …back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_S… in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 421 GL_SRC_COLOR, in init() 438 GL_SRC_COLOR, in init() 744 GL_SRC_COLOR, in init() 761 GL_SRC_COLOR, in init() 778 GL_SRC_COLOR, in init() 795 GL_SRC_COLOR, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 456 GL_SRC_COLOR, in init() 473 GL_SRC_COLOR, in init() 806 GL_SRC_COLOR, in init() 823 GL_SRC_COLOR, in init() 840 GL_SRC_COLOR, in init() 857 GL_SRC_COLOR, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init()
|
D | es3fBlendTests.cpp | 385 { GL_SRC_COLOR, "src_color" }, in init() 472 …back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_S… in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 64 case GL_SRC_COLOR: in brw_translate_blend_factor()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedSetGet.cpp | 84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
|
D | esextcDrawBuffersIndexedCoverage.cpp | 82 gl.blendFunci(i, GL_ZERO, GL_SRC_COLOR); in iterate()
|
D | esextcDrawBuffersIndexedNegative.cpp | 82 gl.blendFunci(maxDrawBuffers, GL_ZERO, GL_SRC_COLOR); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 109 GL_SRC_COLOR, in computeRandomRenderState() 135 GL_SRC_COLOR, in computeRandomRenderState()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 38 case GL_SRC_COLOR: in nvgl_blend_func()
|
D | nv04_state_raster.c | 93 case GL_SRC_COLOR: in get_blend_func()
|
D | nouveau_util.h | 180 return op == GL_SRC_COLOR || op == GL_ONE_MINUS_SRC_COLOR; in is_color_operand()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 125 case GL_SRC_COLOR: in intel_translate_blend_factor()
|
D | i830_texblend.c | 246 case GL_SRC_COLOR: in i830SetTexEnvCombine()
|
/external/mesa3d/src/mesa/main/ |
D | texstate.c | 55 { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_ALPHA, GL_SRC_ALPHA }, 259 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv() 466 case GL_SRC_COLOR: return TEXENV_OPR_COLOR; in tex_combine_translate_operand()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 553 case GL_SRC_COLOR: in blend_general_float() 610 case GL_SRC_COLOR: in blend_general_float() 631 case GL_SRC_COLOR: in blend_general_float() 694 case GL_SRC_COLOR: in blend_general_float() 962 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR)) in _swrast_choose_blend_func()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 264 case GL_SRC_COLOR: in BlendFuncSeparateOES() 282 case GL_SRC_COLOR: in BlendFuncSeparateOES() 299 case GL_SRC_COLOR: in BlendFuncSeparateOES() 317 case GL_SRC_COLOR: in BlendFuncSeparateOES() 3747 case GL_SRC_COLOR: in TexEnvfv() 3761 case GL_SRC_COLOR: in TexEnvfv() 3775 case GL_SRC_COLOR: in TexEnvfv() 4002 case GL_SRC_COLOR: in TexEnvi() 4016 case GL_SRC_COLOR: in TexEnvi() 4030 case GL_SRC_COLOR: in TexEnvi()
|
D | utilities.cpp | 590 case GL_SRC_COLOR: return sw::BLEND_SOURCE; in ConvertBlendFunc() 837 case GL_SRC_COLOR: return sw::TextureStage::MODIFIER_COLOR; in ConvertSourceOperand()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 68 case GL_SRC_COLOR: in translate_blend()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 297 case GL_SRC_COLOR: return rr::BLENDFUNC_SRC_COLOR; in mapGLBlendFunc()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 543 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane() 597 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
|