/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 133 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 D | rrRenderState.hpp | 160 enum BlendFunc enum 210 BlendFunc srcFunc; 211 BlendFunc dstFunc;
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.hpp | 49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
|
H A D | sglrReferenceUtils.cpp | 291 rr::BlendFunc mapGLBlendFunc (deUint32 func) in mapGLBlendFunc()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 62 GET_PROC(BlendFunc); in GrGLMakeAssembledGLESInterface()
|
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 65 GET_PROC(BlendFunc); in GrGLMakeAssembledGLInterface()
|
H A D | GrGLGpu.cpp | 2582 // 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 D | CovglTests.cpp | 326 TEST_P(GLES1CovglTest, BlendFunc) in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
H A D | vktPipelineReferenceRenderer.hpp | 374 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineReferenceRenderer.cpp | 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend) in mapVkBlendFactor()
|
H A D | vktPipelineReferenceRenderer.hpp | 374 rr::BlendFunc mapVkBlendFactor (vk::VkBlendFactor blendFactor);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 405 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 D | entry_points.cpp | 90 return gl::BlendFunc(sfactor, dfactor); in glBlendFunc() 1556 this->glBlendFunc = gl::BlendFunc; in LibGLESv2exports()
|
H A D | entry_points.h | 35 void GL_APIENTRY BlendFunc(GLenum sfactor, GLenum dfactor);
|
H A D | libGLESv2.cpp | 465 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 D | check_table.cpp | 805 { "glBlendFunc", _O(BlendFunc) },
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 295 ANGLE_CAPTURE(BlendFunc, isCallValid, context, sfactor, dfactor); in GL_BlendFunc()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.cpp | 154 ANGLE_CAPTURE(BlendFunc, isCallValid, context, sfactor, dfactor); in GL_BlendFunc()
|