Home
last modified time | relevance | path

Searched refs:blendFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/rs/toolkit/test/
H A DReferenceBlend.kt43 fun blendEachPair(blendFunction: (src: Rgba, dst: Rgba) -> Rgba) { in <lambda>()
45 dest[x, y] = blendFunction(source[x, y], dest[x, y]) in <lambda>()
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
H A DReferenceBlend.kt43 fun blendEachPair(blendFunction: (src: Rgba, dst: Rgba) -> Rgba) { in <lambda>()
45 dest[x, y] = blendFunction(source[x, y], dest[x, y]) in <lambda>()
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1635 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
1653 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp2017 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
2035 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()