Home
last modified time | relevance | path

Searched refs:GL_SRC_COLOR (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp217 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()
Des31fIndexedStateQueryTests.cpp1042 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/
Des2fNegativeFragmentApiTests.cpp159 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()
Des2fBlendTests.cpp326 { 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/
Des2pStateChangeCallTests.cpp421 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/
Des3pStateChangeCallTests.cpp456 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/
Des3fNegativeFragmentApiTests.cpp170 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()
Des3fBlendTests.cpp385 { 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/
Dbrw_util.c63 case GL_SRC_COLOR: in brw_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h38 case GL_SRC_COLOR: in nvgl_blend_func()
Dnv04_state_raster.c93 case GL_SRC_COLOR: in get_blend_func()
Dnouveau_util.h180 return op == GL_SRC_COLOR || op == GL_ONE_MINUS_SRC_COLOR; in is_color_operand()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_state.c125 case GL_SRC_COLOR: in intel_translate_blend_factor()
Di830_texblend.c247 case GL_SRC_COLOR: in i830SetTexEnvCombine()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp109 GL_SRC_COLOR, in computeRandomRenderState()
135 GL_SRC_COLOR, in computeRandomRenderState()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c553 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/mesa3d/src/mesa/main/
Dtexstate.c54 { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_ALPHA, GL_SRC_ALPHA },
258 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv()
Dblend.c49 case GL_SRC_COLOR: in legal_src_factor()
90 case GL_SRC_COLOR: in legal_dst_factor()
Dtexenv.c304 case GL_SRC_COLOR: in set_combiner_operand()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp278 case GL_SRC_COLOR: return sw::BLEND_SOURCE; in ConvertBlendFunc()
541 case GL_SRC_COLOR: return sw::TextureStage::MODIFIER_COLOR; in ConvertSourceOperand()
DlibGLES_CM.cpp304 case GL_SRC_COLOR: in BlendFuncSeparateOES()
322 case GL_SRC_COLOR: in BlendFuncSeparateOES()
339 case GL_SRC_COLOR: in BlendFuncSeparateOES()
357 case GL_SRC_COLOR: in BlendFuncSeparateOES()
3765 case GL_SRC_COLOR: in TexEnvfv()
3779 case GL_SRC_COLOR: in TexEnvfv()
3793 case GL_SRC_COLOR: in TexEnvfv()
4020 case GL_SRC_COLOR: in TexEnvi()
4034 case GL_SRC_COLOR: in TexEnvi()
4048 case GL_SRC_COLOR: in TexEnvi()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c67 case GL_SRC_COLOR: in translate_blend()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp297 case GL_SRC_COLOR: return rr::BLENDFUNC_SRC_COLOR; in mapGLBlendFunc()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c543 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane()
597 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp482 case GL_SRC_COLOR: return sw::BLEND_SOURCE; in ConvertBlendFunc()

123