Home
last modified time | relevance | path

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

/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
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>()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1583 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
1596 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1951 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
1964 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()