Searched defs:dstPixelSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp846 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
886 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
906 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
926 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; local
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
971 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; local
993 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
1014 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_R11; local
1038 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1063 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RG11; local
[all...]

Completed in 34 milliseconds