/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 | 75 case GL_ONE_MINUS_DST_ALPHA: in brw_translate_blend_factor()
|
D | brw_cc.c | 103 case GL_ONE_MINUS_DST_ALPHA: in brw_fix_xRGB_alpha()
|
/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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 137 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1049 GL_ONE_MINUS_DST_ALPHA, in iterate() 1101 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1113 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… 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() 1198 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… in iterate()
|
D | es31fDrawBuffersIndexedTests.cpp | 1244 GL_ONE_MINUS_DST_ALPHA, in getRandomBlendFunc() 1605 …c(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA))), Maybe<… in addDrawBufferCommonTests() 1606 …parateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA), BlendFunc(GL_ONE_MINUS_DST_ALPHA, GL_ONE_MI… in addDrawBufferCommonTests()
|
/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/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 93 case GL_ONE_MINUS_DST_ALPHA: in translate_blend()
|
/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 | 58 case GL_ONE_MINUS_DST_ALPHA: in legal_src_factor() 95 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/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 489 case GL_ONE_MINUS_DST_ALPHA: return sw::BLEND_INVDESTALPHA; in ConvertBlendFunc()
|
/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/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 392 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 80 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 82 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 82 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|