/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 155 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 156 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init() 159 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
|
D | es2pStateChangeCallTests.cpp | 427 GL_DST_ALPHA, in init() 444 GL_DST_ALPHA, in init() 750 GL_DST_ALPHA, in init() 767 GL_DST_ALPHA, in init() 784 GL_DST_ALPHA, in init() 801 GL_DST_ALPHA, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 160 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 161 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init() 164 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init()
|
D | es3pStateChangeCallTests.cpp | 462 GL_DST_ALPHA, in init() 479 GL_DST_ALPHA, in init() 812 GL_DST_ALPHA, in init() 829 GL_DST_ALPHA, in init() 846 GL_DST_ALPHA, in init() 863 GL_DST_ALPHA, in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 74 case GL_DST_ALPHA: in brw_translate_blend_factor()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 115 GL_DST_ALPHA, in computeRandomRenderState() 141 GL_DST_ALPHA, in computeRandomRenderState()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 46 case GL_DST_ALPHA: in nvgl_blend_func()
|
D | nv04_state_raster.c | 101 case GL_DST_ALPHA: in get_blend_func()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedCoverage.cpp | 83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
|
D | esextcDrawBuffersIndexedNegative.cpp | 77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
|
D | esextcDrawBuffersIndexedBlending.cpp | 194 state.SetBlendFunci(i, GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 135 case GL_DST_ALPHA: in intel_translate_blend_factor()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1048 GL_DST_ALPHA, in iterate() 1084 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate() 1090 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate() 1096 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate() 1161 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate() 1167 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_DST_ALPHA, m_verifierType); in iterate() 1173 verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_DST_ALPHA, m_verifierType); in iterate()
|
D | es31fDrawBuffersIndexedTests.cpp | 1243 GL_DST_ALPHA, in getRandomBlendFunc() 1603 … Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA)), Maybe<BVec4>… in addDrawBufferCommonTests() 1604 …eBlendEq> >(), Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA))… in addDrawBufferCommonTests() 1605 …dFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_… in addDrawBufferCommonTests() 1606 …be<Either<BlendFunc, SeparateBlendFunc> >(SeparateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA),… in addDrawBufferCommonTests()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 523 case GL_DST_ALPHA: in blend_general_float() 589 case GL_DST_ALPHA: in blend_general_float() 647 case GL_DST_ALPHA: in blend_general_float() 706 case GL_DST_ALPHA: in blend_general_float()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 72 case GL_DST_ALPHA: in translate_blend()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 303 case GL_DST_ALPHA: return rr::BLENDFUNC_DST_ALPHA; in mapGLBlendFunc()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 57 case GL_DST_ALPHA: in legal_src_factor() 94 case GL_DST_ALPHA: in legal_dst_factor()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 332 { GL_DST_ALPHA, "dst_alpha" }, in init()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.cpp | 596 case GL_DST_ALPHA: return sw::BLEND_DESTALPHA; in ConvertBlendFunc()
|
D | libGLES_CM.cpp | 270 case GL_DST_ALPHA: in BlendFuncSeparateOES() 288 case GL_DST_ALPHA: in BlendFuncSeparateOES() 305 case GL_DST_ALPHA: in BlendFuncSeparateOES() 323 case GL_DST_ALPHA: in BlendFuncSeparateOES()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 391 { GL_DST_ALPHA, "dst_alpha" }, in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 81 #define GL_DST_ALPHA 0x0304 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 109 #define GL_DST_ALPHA 0x0304 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 100 #define GL_DST_ALPHA 0x0304 macro
|