Home
last modified time | relevance | path

Searched refs:BlendFunc (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct
135 BlendFunc (deUint32 src_, deUint32 dst_) in BlendFunc() function
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_) in SeparateBlendFunc()
153 BlendFunc rgb;
154 BlendFunc alpha;
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState()
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState()
225 if (blendFunc.is<BlendFunc>()) in setCommonBlendState()
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp160 enum BlendFunc enum
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
H A DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp62 GET_PROC(BlendFunc); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp65 GET_PROC(BlendFunc); in GrGLMakeAssembledGLInterface()
H A DGrGLGpu.cpp2582 // Workaround for Adreno 5xx BlendFunc bug. See crbug.com/1241134. in flushBlendAndColorWrite()
2592 GL_CALL(BlendFunc(GR_GL_ONE, GR_GL_ZERO)); in flushBlendAndColorWrite()
2618 GL_CALL(BlendFunc(gXfermodeCoeff2Blend[srcCoeff], in flushBlendAndColorWrite()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp326 TEST_P(GLES1CovglTest, BlendFunc) in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
H A DvktPipelineReferenceRenderer.hpp374 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
H A DvktPipelineReferenceRenderer.hpp374 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp405 typedef tcu::Vec4 (*BlendFunc)(const tcu::Vec4& src, const tcu::Vec4& dst);
407 static BlendFunc GetBlendFunc(glw::GLenum mode)
458 BlendFunc blend = GetBlendFunc(mode);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp90 return gl::BlendFunc(sfactor, dfactor); in glBlendFunc()
1556 this->glBlendFunc = gl::BlendFunc; in LibGLESv2exports()
H A Dentry_points.h35 void GL_APIENTRY BlendFunc(GLenum sfactor, GLenum dfactor);
H A DlibGLESv2.cpp465 void GL_APIENTRY BlendFunc(GLenum sfactor, GLenum dfactor) in BlendFunc() function
6297 FUNCTION(BlendFunc), in es2GetProcAddress()
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp805 { "glBlendFunc", _O(BlendFunc) },
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp295 ANGLE_CAPTURE(BlendFunc, isCallValid, context, sfactor, dfactor); in GL_BlendFunc()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp154 ANGLE_CAPTURE(BlendFunc, isCallValid, context, sfactor, dfactor); in GL_BlendFunc()

Completed in 68 milliseconds