Home
last modified time | relevance | path

Searched defs:BlendFunc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp146 struct BlendFunc struct
148 BlendFunc(uint32_t src_, uint32_t dst_) : src(src_), dst(dst_) in BlendFunc() function
152 uint32_t src;
153 uint32_t dst;
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DImageProcessingTest.java350 abstract class BlendFunc { class in ImageProcessingTest
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp160 enum BlendFunc enum
/aosp_15_r20/external/angle/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp326 TEST_P(GLES1CovglTest, BlendFunc) in TEST_P() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp405 typedef tcu::Vec4 (*BlendFunc)(const tcu::Vec4 &src, const tcu::Vec4 &dst); typedef