Home
last modified time | relevance | path

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

12

/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.cpp321 { GL_SRC_COLOR, "src_color" }, in init()
402 …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.cpp380 { GL_SRC_COLOR, "src_color" }, in init()
467 …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.c68 case GL_SRC_COLOR: in brw_translate_blend_factor()
Dintel_state.c126 case GL_SRC_COLOR: in intel_translate_blend_factor()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp171 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate()
173 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate()
177 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separate()
Des31fIndexedStateQueryTests.cpp1034 GL_SRC_COLOR, in iterate()
1093 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1096 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_COLOR, m_verifierType); in iterate()
1170 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1178 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1181 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_COLOR, m_verifierType); in iterate()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h38 case GL_SRC_COLOR: in nvgl_blend_func()
Dnv04_state_raster.c92 case GL_SRC_COLOR: in get_blend_func()
Dnouveau_util.h177 return op == GL_SRC_COLOR || op == GL_ONE_MINUS_SRC_COLOR; in is_color_operand()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_state.c126 case GL_SRC_COLOR: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_state.c126 case GL_SRC_COLOR: in intel_translate_blend_factor()
Di830_texblend.c248 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.c556 case GL_SRC_COLOR: in blend_general_float()
613 case GL_SRC_COLOR: in blend_general_float()
634 case GL_SRC_COLOR: in blend_general_float()
697 case GL_SRC_COLOR: in blend_general_float()
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR)) in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/main/
Dtexstate.c55 { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_ALPHA, GL_SRC_ALPHA },
261 state->OperandRGB[2] = GL_SRC_COLOR; in calculate_derived_texenv()
Dblend.c49 case GL_SRC_COLOR: in legal_src_factor()
92 case GL_SRC_COLOR: in legal_dst_factor()
Dtexenv.c308 case GL_SRC_COLOR: in set_combiner_operand()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp297 case GL_SRC_COLOR: return rr::BLENDFUNC_SRC_COLOR; in mapGLBlendFunc()
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c356 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandRGB[0] - GL_SRC_COLOR; in r200UpdateTextureEnv()
364 GLint op = texUnit->_CurrentCombine->OperandRGB[i] - GL_SRC_COLOR; in r200UpdateTextureEnv()
/external/mesa3d/include/GLES/
Dgl.h77 #define GL_SRC_COLOR 0x0300 macro

12