• Home
  • Raw
  • Download

Lines Matching refs:createRGBA

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()
612 createRGBA(r1 - d, g1 - d, b1 - d), in decodeHBlock()
613 createRGBA(r2 + d, g2 + d, b2 + d), in decodeHBlock()
614 createRGBA(r2 - d, g2 - d, b2 - d), in decodeHBlock()
664 row[i] = createRGBA(((static_cast<int>(i) * (rh - ro) + ry) >> 2) + ro, in decodePlanarBlock()
698 row[i] = createRGBA(0, 0, 0, 0); in decodePunchThroughAlphaBlock()
1172 subblockColors[modifierIdx] = createRGBA(0, 0, 0, 0); in transcodeIndividualOrDifferentialBlockToBC1()
1173 subblockColors[4 + modifierIdx] = createRGBA(0, 0, 0, 0); in transcodeIndividualOrDifferentialBlockToBC1()
1178 subblockColors[modifierIdx] = createRGBA(r1 + i1, g1 + i1, b1 + i1); in transcodeIndividualOrDifferentialBlockToBC1()
1181 subblockColors[4 + modifierIdx] = createRGBA(r2 + i2, g2 + i2, b2 + i2); in transcodeIndividualOrDifferentialBlockToBC1()
1228 createRGBA(r1, g1, b1), in transcodeTBlockToBC1()
1229 createRGBA(r2 + d, g2 + d, b2 + d), in transcodeTBlockToBC1()
1230 nonOpaquePunchThroughAlpha ? createRGBA(0, 0, 0, 0) : createRGBA(r2, g2, b2), in transcodeTBlockToBC1()
1231 createRGBA(r2 - d, g2 - d, b2 - d), in transcodeTBlockToBC1()
1283 createRGBA(r1 + d, g1 + d, b1 + d), in transcodeHBlockToBC1()
1284 createRGBA(r1 - d, g1 - d, b1 - d), in transcodeHBlockToBC1()
1285 nonOpaquePunchThroughAlpha ? createRGBA(0, 0, 0, 0) in transcodeHBlockToBC1()
1286 : createRGBA(r2 + d, g2 + d, b2 + d), in transcodeHBlockToBC1()
1287 createRGBA(r2 - d, g2 - d, b2 - d), in transcodeHBlockToBC1()