Home | History | Annotate | Download | only in common

Lines Matching refs:sRGB

275 			case ETC2_SRGB8:						return TextureFormat(TextureFormat::sRGB,	TextureFormat::UNORM_INT8);
2589 deUint8 sRGB[ASTC_MAX_BLOCK_WIDTH*ASTC_MAX_BLOCK_HEIGHT*4];
2600 decompressASTCBlock(isSRGB ? (void*)&decompressedBuffer.sRGB[0] : (void*)&decompressedBuffer.linear[0],
2609 dst.setPixel(tcu::IVec4(decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 0],
2610 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 1],
2611 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 2],
2612 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 3]),