Home
last modified time | relevance | path

Searched refs:BlendEquation (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeAdvancedBlendEquationTests.cpp40 enum BlendEquation enum
62 static const BlendEquation s_equations[] =
81 std::string getShaderLayoutEquation (BlendEquation equation) in getShaderLayoutEquation()
107 glw::GLenum getEquation (BlendEquation equation) in getEquation()
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation) in generateFragmentShaderSource()
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources()
Des31fDrawBuffersIndexedTests.cpp598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>()); in setBlendState()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp128 enum BlendEquation enum
209 BlendEquation equation;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
DsglrReferenceUtils.cpp251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation()
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
173 GrBlendEquation BlendEquation, in GetProperties() argument
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | in GetProperties()
186 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff) in GetProperties()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp144 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
173 GrBlendEquation BlendEquation, in GetProperties() argument
177 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | in GetProperties()
186 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff) in GetProperties()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp101 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface()
478 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp2881 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlend()
2897 GL_CALL(BlendEquation(gXfermodeEquation2Blend[equation])); in flushBlend()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp101 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface()
475 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp2893 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlend()
2909 GL_CALL(BlendEquation(gXfermodeEquation2Blend[equation])); in flushBlend()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h33 void BlendEquation(GLenum mode);
Dentry_points.cpp80 return gl::BlendEquation(mode); in glBlendEquation()
1554 this->glBlendEquation = gl::BlendEquation; in LibGLESv2exports()
DlibGLESv2.cpp357 void BlendEquation(GLenum mode) in BlendEquation() function
6335 FUNCTION(BlendEquation), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp901 { "glBlendEquation", _O(BlendEquation) },
/external/mesa3d/include/GL/
Dgl_mangle.h142 #define glBlendEquation MANGLE(BlendEquation)