/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pBlendTests.cpp | 148 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
H A D | es2pStateChangeCallTests.cpp | 308 GL_FUNC_REVERSE_SUBTRACT in init() 459 GL_FUNC_REVERSE_SUBTRACT in init() 465 GL_FUNC_REVERSE_SUBTRACT in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBlendTests.cpp | 151 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
H A D | es3pStateChangeCallTests.cpp | 343 GL_FUNC_REVERSE_SUBTRACT in init() 494 GL_FUNC_REVERSE_SUBTRACT in init() 500 GL_FUNC_REVERSE_SUBTRACT in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 100 GL_FUNC_REVERSE_SUBTRACT, in computeRandomRenderState() 128 GL_FUNC_REVERSE_SUBTRACT in computeRandomRenderState()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 920 GL_FUNC_REVERSE_SUBTRACT, in iterate() 957 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 960 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType); in iterate() 1009 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1012 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType); in iterate() 1052 GL_FUNC_REVERSE_SUBTRACT, in iterate()
|
H A D | es3fBlendTests.cpp | 376 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DrawBuffersTest.cpp | 872 glBlendEquationi(0, GL_FUNC_REVERSE_SUBTRACT); in TEST_P() 874 glBlendEquationi(2, GL_FUNC_REVERSE_SUBTRACT); in TEST_P() 875 glBlendEquationi(3, GL_FUNC_REVERSE_SUBTRACT); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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() 1203 equation = "GL_FUNC_REVERSE_SUBTRACT"; in enableFramebufferBlend()
|
H A D | es31fIndexedStateQueryTests.cpp | 1156 GL_FUNC_REVERSE_SUBTRACT, in iterate() 1193 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1196 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType); in iterate() 1245 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1248 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType); in iterate() 1288 GL_FUNC_REVERSE_SUBTRACT, in iterate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 60 case GL_FUNC_REVERSE_SUBTRACT: in translate_blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 257 case GL_FUNC_REVERSE_SUBTRACT: return rr::BLENDEQUATION_REVERSE_SUBTRACT; in mapGLBlendEquation()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBlending.cpp | 166 // GL_FUNC_REVERSE_SUBTRACT in iterate() 198 // GL_FUNC_REVERSE_SUBTRACT in iterate() 200 state.SetBlendEquationi(i, GL_FUNC_REVERSE_SUBTRACT); in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 99 return GL_FUNC_REVERSE_SUBTRACT; in GLBlendMode()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 319 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" } in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 142 case GL_FUNC_REVERSE_SUBTRACT: in ConvertBlendOp()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 81 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 449 case GL_FUNC_REVERSE_SUBTRACT: in legal_simple_blend_equation()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 367 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, ReverseSubtract, GL_FUNC_REVERSE_SUBTRACT);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 102 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 262 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 110 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 91 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 333 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 1799 case GL_FUNC_REVERSE_SUBTRACT: in ConvertBlendOp()
|