Searched refs:blendFunction (Results 1 – 3 of 3) sorted by relevance
43 fun blendEachPair(blendFunction: (src: Rgba, dst: Rgba) -> Rgba) { in <lambda>()45 dest[x, y] = blendFunction(source[x, y], dest[x, y]) in <lambda>()
1583 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local1596 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()
1951 const GLenum blendFunction = functions[y / DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local1964 gl.blendFunc(blendFunction, blendFunctionDst); in testFBO()