Home
last modified time | relevance | path

Searched refs:GL_FUNC_REVERSE_SUBTRACT (Results 1 - 25 of 61) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp148 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
H A Des2pStateChangeCallTests.cpp308 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 Des3pBlendTests.cpp151 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
H A Des3pStateChangeCallTests.cpp343 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 DglsInteractionTestUtil.cpp100 GL_FUNC_REVERSE_SUBTRACT, in computeRandomRenderState()
128 GL_FUNC_REVERSE_SUBTRACT in computeRandomRenderState()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp920 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 Des3fBlendTests.cpp376 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" }, in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp872 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 Des31fFboSRGBWriteControlTests.cpp328 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 Des31fIndexedStateQueryTests.cpp1156 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 Dst_atom_blend.c60 case GL_FUNC_REVERSE_SUBTRACT: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp257 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 DesextcDrawBuffersIndexedBlending.cpp166 // 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 DRenderPipelineGL.cpp99 return GL_FUNC_REVERSE_SUBTRACT; in GLBlendMode()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp319 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" } in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp142 case GL_FUNC_REVERSE_SUBTRACT: in ConvertBlendOp()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h81 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/mesa3d/src/mesa/main/
H A Dblend.c449 case GL_FUNC_REVERSE_SUBTRACT: in legal_simple_blend_equation()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h367 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, ReverseSubtract, GL_FUNC_REVERSE_SUBTRACT);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h102 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/glfw/deps/glad/
H A Dgles2.h262 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h110 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h91 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h333 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1799 case GL_FUNC_REVERSE_SUBTRACT: in ConvertBlendOp()

Completed in 39 milliseconds

123