Home
last modified time | relevance | path

Searched refs:dstPixel (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp856 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8() local
859 dstPixel[0] = srcPixelRGB[0]; in decompressETC2_EAC_RGBA8()
860 dstPixel[1] = srcPixelRGB[1]; in decompressETC2_EAC_RGBA8()
861 dstPixel[2] = srcPixelRGB[2]; in decompressETC2_EAC_RGBA8()
862 dstPixel[3] = srcPixelAlpha[0]; in decompressETC2_EAC_RGBA8()
889 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
892 dstPixel[0] = srcPixel[0]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
893 dstPixel[1] = srcPixel[1]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
894 dstPixel[2] = srcPixel[2]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
895 dstPixel[3] = srcPixelAlpha[0]; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
[all …]
/external/skia/third_party/ktx/
Dktx.cpp538 uint8_t dstPixel[4]; in WriteBitmapToKTX() local
539 dstPixel[0] = pixel >> SK_R32_SHIFT; in WriteBitmapToKTX()
540 dstPixel[1] = pixel >> SK_G32_SHIFT; in WriteBitmapToKTX()
541 dstPixel[2] = pixel >> SK_B32_SHIFT; in WriteBitmapToKTX()
542 dstPixel[3] = pixel >> SK_A32_SHIFT; in WriteBitmapToKTX()
543 if (!stream->write(dstPixel, 4)) { in WriteBitmapToKTX()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp512 Vec4 dstPixel (0.0f, 0.0f, 0.0f, 1.0f); in clearUndefined() local
515 dstPixel[channelNdx] = srcPixel[channelNdx]; in clearUndefined()
517 access.setPixel(dstPixel, x, y); in clearUndefined()
528 IVec4 dstPixel (0, 0, 0, (0x1u << (deUint64)bitDepth.w()) - 1); in clearUndefined() local
531 dstPixel[channelNdx] = srcPixel[channelNdx]; in clearUndefined()
533 access.setPixel(dstPixel, x, y); in clearUndefined()