Home | History | Annotate | Download | only in common

Lines Matching defs:baseX

859 			const int baseX = blockX*ETC2_BLOCK_WIDTH;
863 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
899 const int baseX = blockX*ETC2_BLOCK_WIDTH;
903 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
906 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX
942 const int baseX = blockX*ETC2_BLOCK_WIDTH;
946 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
985 const int baseX = blockX*ETC2_BLOCK_WIDTH;
989 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
993 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
1027 const int baseX = blockX*ETC2_BLOCK_WIDTH;
1031 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
1038 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1045 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1079 const int baseX = blockX*ETC2_BLOCK_WIDTH;
1083 for (int x = 0; x < de::min((int)ETC2_BLOCK_WIDTH, width-baseX); x++)
1091 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
1100 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize);
2596 const int baseX = blockX * blockWidth;
2608 if (baseX + j < dst.getWidth() && baseY + i < dst.getHeight())
2613 baseX + j,
2622 if (baseX + j < dst.getWidth() && baseY + i < dst.getHeight())
2628 baseX + j,