/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 128 enum BlendEquation enum 209 BlendEquation equation;
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.hpp | 47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
|
H A D | sglrReferenceUtils.cpp | 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrPorterDuffXferProcessor.cpp | 122 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff, 148 GrBlendEquation BlendEquation, 161 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | 175 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff)
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 68 GET_PROC(BlendEquation); in GrGLMakeAssembledWebGLInterface()
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 61 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
|
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 64 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface()
|
H A D | GrGLGpu.cpp | 2578 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlendAndColorWrite() 2607 GL_CALL(BlendEquation(gXfermodeEquation2Blend[equation])); in flushBlendAndColorWrite()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3_loader.h | 446 PFNGLBLENDEQUATIONPROC BlendEquation; member 505 #define glBlendEquation imgl3wProcs.gl.BlendEquation
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
|
H A D | vktPipelineReferenceRenderer.hpp | 375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp()
|
H A D | vktPipelineReferenceRenderer.hpp | 375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 80 return gl::BlendEquation(mode); in glBlendEquation() 1554 this->glBlendEquation = gl::BlendEquation; in LibGLESv2exports()
|
H A D | entry_points.h | 33 void GL_APIENTRY BlendEquation(GLenum mode);
|
H A D | libGLESv2.cpp | 357 void GL_APIENTRY BlendEquation(GLenum mode) in BlendEquation() function 6295 FUNCTION(BlendEquation), in es2GetProcAddress()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 901 { "glBlendEquation", _O(BlendEquation) },
|
/third_party/mesa3d/src/mesa/main/ |
H A D | attrib.c | 800 TEST_AND_CALL1(Color.Blend[0].EquationRGB, BlendEquation); in _mesa_PopAttrib()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 617 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>()); in setBlendState()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 244 ANGLE_CAPTURE(BlendEquation, isCallValid, context, mode); in GL_BlendEquation()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 9561 ANGLE_CAPTURE(BlendEquation, isCallValid, context, mode); in GL_BlendEquation()
|