Lines Matching refs:dstPixelSize
838 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8;
856 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
873 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8;
889 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
906 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_R11;
924 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
931 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
945 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RG11;
967 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
976 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);