Searched refs:rgbaBlock (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 1320 R8G8B8A8 rgbaBlock[kNumColors]; in transcodePlanarBlockToBC1() local 1321 decodePlanarBlock(reinterpret_cast<uint8_t *>(rgbaBlock), x, y, w, h, sizeof(R8G8B8A8) * 4, in transcodePlanarBlockToBC1() 1330 selectEndPointPCA(pixelIndexCounts, rgbaBlock, kNumColors, &minColorIndex, &maxColorIndex); in transcodePlanarBlockToBC1() 1332 packBC1(dest, pixelIndices, pixelIndexCounts, rgbaBlock, kNumColors, minColorIndex, in transcodePlanarBlockToBC1()
|