Home
last modified time | relevance | path

Searched refs:alphaValues (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp119 …igned char *dest, int x, int y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool pun… in decodeBlock()
132 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
136 decodeHBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
140 decodePlanarBlock(dest, x, y, w, h, pitch, alphaValues); in decodeBlock()
144 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
149 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
335 …igned char *dest, int x, int y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool non… in decodeIndividualBlock()
345 …decodeIndividualOrDifferentialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, … in decodeIndividualBlock()
348 …igned char *dest, int x, int y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool non… in decodeDifferentialBlock()
358 …decodeIndividualOrDifferentialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, … in decodeDifferentialBlock()
[all …]
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp373 const float alphaValues[] = { 0.1f, 0.2f, 0.3f, 0.4f, 0.5f, 0.6f, 0.7f, 0.8f, 0.9f, 1.0f }; in randomColor() local
376 const float a = rnd->choose<float>(DE_ARRAY_BEGIN(alphaValues), DE_ARRAY_END(alphaValues)); in randomColor()