Searched refs:createRGBA (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 401 static R8G8B8A8 createRGBA(int red, int green, int blue, int alpha) in createRGBA() function 411 static R8G8B8A8 createRGBA(int red, int green, int blue) in createRGBA() function 413 return createRGBA(red, green, blue, 255); in createRGBA() 484 subblockColors0[modifierIdx] = createRGBA(r1 + i1, g1 + i1, b1 + i1); in decodeIndividualOrDifferentialBlock() 487 subblockColors1[modifierIdx] = createRGBA(r2 + i2, g2 + i2, b2 + i2); in decodeIndividualOrDifferentialBlock() 562 createRGBA(r1, g1, b1), in decodeTBlock() 563 createRGBA(r2 + d, g2 + d, b2 + d), in decodeTBlock() 564 createRGBA(r2, g2, b2), in decodeTBlock() 565 createRGBA(r2 - d, g2 - d, b2 - d), in decodeTBlock() 611 createRGBA(r1 + d, g1 + d, b1 + d), in decodeHBlock() [all …]
|