/third_party/skia/tests/ |
D | AdvancedBlendTest.cpp | 33 const GrBlendEquation blendEquation = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 49 !caps.isAdvancedBlendEquationDisabled(blendEquation)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedCoverage.cpp | 92 gl.blendEquation(GL_FUNC_ADD); in iterate()
|
D | esextcDrawBuffersIndexedBase.cpp | 303 gl.blendEquation(mode); in SetBlendEquation()
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 1311 bool blendEquation; // true if any blend equation was specified member 1349 blendEquation = false; in init() 1359 bool hasBlendEquation() const { return blendEquation; } in hasBlendEquation() 1408 if (src.blendEquation) in merge() 1409 blendEquation = src.blendEquation; in merge()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 212 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
|
D | es2pStateChangeCallTests.cpp | 303 blendEquation, in init()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 25 dst->blendEquation = src.blendEquation;
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 14 gl->blendEquation = &glBlendEquation;
|
D | glwInitES30Direct.inl | 21 gl->blendEquation = &glBlendEquation;
|
D | glwInitES20.inl | 14 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
|
D | glwInitES31Direct.inl | 25 gl->blendEquation = &glBlendEquation;
|
D | glwInitES32Direct.inl | 26 gl->blendEquation = &glBlendEquation;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 709 gl.blendEquation(s.mode); in iterate() 1018 gl.blendEquation(m_mode); in iterate() 1211 gl.blendEquation(GL_MULTIPLY_KHR); in iterate() 1345 gl.blendEquation(m_mode); in iterate() 1558 gl.blendEquation(GL_DARKEN_KHR); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 239 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
|
D | es3pStateChangeCallTests.cpp | 338 blendEquation, in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1582 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local 1595 gl.blendEquation(blendEquation); in testFBO() 1660 gl.blendEquation(GL_FUNC_ADD); in drawTestImage()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1950 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local 1963 gl.blendEquation(blendEquation); in testFBO() 2028 gl.blendEquation(GL_FUNC_ADD); in drawTestImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 334 ASSIGN("glBlendEquation", blendEquation); in initProcsDesktopGL() 1278 ASSIGN("glBlendEquation", blendEquation); in initProcsDesktopGL() 2275 ASSIGN("glBlendEquation", blendEquation); in initProcsGLES() 2655 ASSIGN("glBlendEquationEXT", blendEquation); in initProcsSharedExtensions() 3122 blendEquation = &glBlendEquationNULL; in initProcsDesktopGLNULL() 4065 blendEquation = &glBlendEquationNULL; in initProcsDesktopGLNULL() 5061 blendEquation = &glBlendEquationNULL; in initProcsGLESNULL() 5441 blendEquation = &glBlendEquationNULL; in initProcsSharedExtensionsNULL()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 138 virtual void blendEquation (deUint32 mode);
|
D | sglrContext.hpp | 126 virtual void blendEquation (deUint32 mode) = DE_NULL;
|
D | sglrContextWrapper.cpp | 321 m_curCtx->blendEquation(mode); in glBlendEquation()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 241 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 22 void blendEquation(GLenum mode); \
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 431 blendEquation: function (...args) { method
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 261 gl.blendEquation(GL_FUNC_ADD); in setupRenderState()
|