Home | History | Annotate | Download | only in common

Lines Matching refs:dstPixelSize

939 	const int		dstPixelSize	= ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8;
957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
974 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8;
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
1007 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_R11;
1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1046 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RG11;
1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1495 const deUint32 dstPixelSize = 4;
1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1548 const deUint32 dstPixelSize = 4;
1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1620 const deUint32 dstPixelSize = 4;
1699 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1711 const deUint32 dstPixelSize = 4;
1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1771 const deUint32 dstPixelSize = 8;
1808 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1821 const deUint32 dstPixelSize = 6;
2193 deInt16* const dstPixel = (deInt16*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
2234 const deUint32 dstPixelSize = 4;
2350 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);