/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 151 …{ "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()
|
D | es2pStateChangeCallTests.cpp | 428 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/ |
D | es3pBlendTests.cpp | 156 …{ "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()
|
D | es3pStateChangeCallTests.cpp | 463 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/ |
D | brw_util.c | 76 case GL_ONE_MINUS_DST_ALPHA: in brw_translate_blend_factor()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 137 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 48 case GL_ONE_MINUS_DST_ALPHA: in nvgl_blend_func()
|
D | nv04_state_raster.c | 103 case GL_ONE_MINUS_DST_ALPHA: in get_blend_func()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 116 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState() 142 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1052 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()
|
D | es31fDrawBuffersIndexedTests.cpp | 1255 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/ |
D | st_atom_blend.c | 96 case GL_ONE_MINUS_DST_ALPHA: in translate_blend()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 526 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/ |
D | sglrReferenceUtils.cpp | 304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 59 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/ |
D | es2fBlendTests.cpp | 333 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 392 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.cpp | 597 case GL_ONE_MINUS_DST_ALPHA: return sw::BLEND_INVDESTALPHA; in ConvertBlendFunc()
|
D | libGLES_CM.cpp | 271 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/ |
D | renderer9_utils.cpp | 105 case GL_ONE_MINUS_DST_ALPHA: in ConvertBlendFunc()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 106 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/angle/src/common/ |
D | PackedEnums.h | 444 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, OneMinusDstAlpha, GL_ONE_MINUS_DST_ALPHA);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 187 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate() 234 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate()
|