/external/deqp/modules/gles31/functional/ |
D | es31fNegativeAdvancedBlendEquationTests.cpp | 40 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()
|
D | es31fDrawBuffersIndexedTests.cpp | 598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>()); in setBlendState()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 128 enum BlendEquation enum 209 BlendEquation equation;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
|
D | sglrReferenceUtils.cpp | 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation()
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 144 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/ |
D | GrPorterDuffXferProcessor.cpp | 144 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/ |
D | vktPipelineReferenceRenderer.hpp | 269 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 101 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface() 478 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 2881 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlend() 2897 GL_CALL(BlendEquation(gXfermodeEquation2Blend[equation])); in flushBlend()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 101 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface() 475 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 2893 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlend() 2909 GL_CALL(BlendEquation(gXfermodeEquation2Blend[equation])); in flushBlend()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 33 void BlendEquation(GLenum mode);
|
D | entry_points.cpp | 80 return gl::BlendEquation(mode); in glBlendEquation() 1554 this->glBlendEquation = gl::BlendEquation; in LibGLESv2exports()
|
D | libGLESv2.cpp | 357 void BlendEquation(GLenum mode) in BlendEquation() function 6335 FUNCTION(BlendEquation), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 901 { "glBlendEquation", _O(BlendEquation) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 142 #define glBlendEquation MANGLE(BlendEquation)
|