/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 148 …{ "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_O… in init()
|
D | es2pStateChangeCallTests.cpp | 308 GL_FUNC_REVERSE_SUBTRACT in init() 459 GL_FUNC_REVERSE_SUBTRACT in init() 465 GL_FUNC_REVERSE_SUBTRACT in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 151 …{ "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_O… in init()
|
D | es3pStateChangeCallTests.cpp | 343 GL_FUNC_REVERSE_SUBTRACT in init() 494 GL_FUNC_REVERSE_SUBTRACT in init() 500 GL_FUNC_REVERSE_SUBTRACT in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 48 case GL_FUNC_REVERSE_SUBTRACT: in brw_translate_blend_equation()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 81 case GL_FUNC_REVERSE_SUBTRACT: in nvgl_blend_eqn()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 100 GL_FUNC_REVERSE_SUBTRACT, in computeRandomRenderState() 128 GL_FUNC_REVERSE_SUBTRACT in computeRandomRenderState()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 328 blendConfigs[8].equation = GL_FUNC_REVERSE_SUBTRACT; in getBlendingConfigList() 329 blendConfigs[9].equation = GL_FUNC_REVERSE_SUBTRACT; in getBlendingConfigList() 330 blendConfigs[10].equation = GL_FUNC_REVERSE_SUBTRACT; in getBlendingConfigList() 331 blendConfigs[11].equation = GL_FUNC_REVERSE_SUBTRACT; in getBlendingConfigList() 1091 else if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_REVERSE_SUBTRACT) in setShaderBlendFunctionType() 1202 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_REVERSE_SUBTRACT) in enableFramebufferBlend()
|
D | es31fIndexedStateQueryTests.cpp | 1234 GL_FUNC_REVERSE_SUBTRACT, in iterate() 1271 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1274 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_veri… in iterate() 1323 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1326 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_veri… in iterate() 1366 GL_FUNC_REVERSE_SUBTRACT, in iterate()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 60 case GL_FUNC_REVERSE_SUBTRACT: in translate_blend()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 257 case GL_FUNC_REVERSE_SUBTRACT: return rr::BLENDEQUATION_REVERSE_SUBTRACT; in mapGLBlendEquation()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 751 case GL_FUNC_REVERSE_SUBTRACT: in blend_general_float() 782 case GL_FUNC_REVERSE_SUBTRACT: in blend_general_float() 961 else if (((eq == GL_FUNC_ADD || eq == GL_FUNC_REVERSE_SUBTRACT) in _swrast_choose_blend_func()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBlending.cpp | 199 state.SetBlendEquationi(i, GL_FUNC_REVERSE_SUBTRACT); in iterate()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 313 case GL_FUNC_REVERSE_SUBTRACT: in i830_set_blend_state() 341 case GL_FUNC_REVERSE_SUBTRACT: in i830_set_blend_state()
|
D | i915_state.c | 278 case GL_FUNC_REVERSE_SUBTRACT: in translate_blend_equation()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 319 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" } in init()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_utils.mm | 307 case GL_FUNC_REVERSE_SUBTRACT:
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 142 case GL_FUNC_REVERSE_SUBTRACT: in ConvertBlendOp()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 376 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" }, in init()
|
/external/angle/src/common/ |
D | PackedEnums.h | 357 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, ReverseSubtract, GL_FUNC_REVERSE_SUBTRACT);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 333 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 101 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 436 case GL_FUNC_REVERSE_SUBTRACT: in legal_simple_blend_equation()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 247 case GL_FUNC_REVERSE_SUBTRACT: in r200_set_blend_state() 281 case GL_FUNC_REVERSE_SUBTRACT: in r200_set_blend_state()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 110 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|