Home
last modified time | relevance | path

Searched refs:GL_ONE_MINUS_DST_ALPHA (Results 1 – 25 of 56) sorted by relevance

123

/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp151 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
154 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
157 …src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_D… in init()
Des2pStateChangeCallTests.cpp428 GL_ONE_MINUS_DST_ALPHA, in init()
445 GL_ONE_MINUS_DST_ALPHA, in init()
751 GL_ONE_MINUS_DST_ALPHA, in init()
768 GL_ONE_MINUS_DST_ALPHA, in init()
785 GL_ONE_MINUS_DST_ALPHA, in init()
802 GL_ONE_MINUS_DST_ALPHA, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp156 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
159 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
162 …src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_D… in init()
Des3pStateChangeCallTests.cpp463 GL_ONE_MINUS_DST_ALPHA, in init()
480 GL_ONE_MINUS_DST_ALPHA, in init()
813 GL_ONE_MINUS_DST_ALPHA, in init()
830 GL_ONE_MINUS_DST_ALPHA, in init()
847 GL_ONE_MINUS_DST_ALPHA, in init()
864 GL_ONE_MINUS_DST_ALPHA, in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c76 case GL_ONE_MINUS_DST_ALPHA: in brw_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_state.c137 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h48 case GL_ONE_MINUS_DST_ALPHA: in nvgl_blend_func()
Dnv04_state_raster.c103 case GL_ONE_MINUS_DST_ALPHA: in get_blend_func()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp116 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
142 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1052 GL_ONE_MINUS_DST_ALPHA, in iterate()
1104 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1116 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… in iterate()
1181 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1189 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1201 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… in iterate()
Des31fDrawBuffersIndexedTests.cpp1255 GL_ONE_MINUS_DST_ALPHA, in getRandomBlendFunc()
1616 …c(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA))), Maybe<… in addDrawBufferCommonTests()
1617 …parateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA), BlendFunc(GL_ONE_MINUS_DST_ALPHA, GL_ONE_MI… in addDrawBufferCommonTests()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c96 case GL_ONE_MINUS_DST_ALPHA: in translate_blend()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c526 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
592 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
650 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
709 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()
/external/mesa3d/src/mesa/main/
Dblend.c59 case GL_ONE_MINUS_DST_ALPHA: in legal_src_factor()
96 case GL_ONE_MINUS_DST_ALPHA: in legal_dst_factor()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp333 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp392 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp597 case GL_ONE_MINUS_DST_ALPHA: return sw::BLEND_INVDESTALPHA; in ConvertBlendFunc()
DlibGLES_CM.cpp271 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparateOES()
289 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparateOES()
306 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparateOES()
324 case GL_ONE_MINUS_DST_ALPHA: in BlendFuncSeparateOES()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp105 case GL_ONE_MINUS_DST_ALPHA: in ConvertBlendFunc()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h106 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/mesa3d/include/GLES/
Dgl.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/angle/src/common/
DPackedEnums.h444 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, OneMinusDstAlpha, GL_ONE_MINUS_DST_ALPHA);
/external/swiftshader/include/GLES/
Dgl.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c187 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate()
234 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate()

123