Home
last modified time | relevance | path

Searched defs:blendEquation (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/compiler/translator/
DBaseTypes.cpp57 void AdvancedBlendEquations::set(uint32_t blendEquation) in set()
/external/skia/tests/
DAdvancedBlendTest.cpp38 const skgpu::BlendEquation blendEquation = (skgpu::BlendEquation)(mode + in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js135 'blendEquation': {1: { 0:true }}, property
/external/angle/src/libANGLE/
Dangletypes.cpp40 bool IsAdvancedBlendEquation(gl::BlendEquationType blendEquation) in IsAdvancedBlendEquation()
DvalidationESEXT.cpp1760 GLenum blendEquation) in ValidatePLSActiveBlendEquation()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1582 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1950 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp555 void GLContext::blendEquation (deUint32 mode) in blendEquation() function in sglr::GLContext
DsglrReferenceContext.cpp2935 void ReferenceContext::blendEquation (deUint32 mode) in blendEquation() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h97 PFNGLBLENDEQUATIONPROC blendEquation = nullptr; variable
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1417 bool blendEquation; // true if any blend equation was specified member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h1417 bool blendEquation; // true if any blend equation was specified member
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl38 glBlendEquationFunc blendEquation; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp2691 skgpu::BlendEquation blendEquation = skgpu::BlendEquation::kAdd; in flushBlendAndColorWrite() local