Searched refs:blendFunction (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/rs/toolkit/test/ |
H A D | ReferenceBlend.kt | 43 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 D | ReferenceBlend.kt | 43 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 D | es2sSpecialFloatTests.cpp | 1635 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 D | es3sSpecialFloatTests.cpp | 2017 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local 2035 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()
|