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

/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.cpp538 uint8_t dstPixel[4]; local
539 dstPixel[0] = pixel >> SK_R32_SHIFT;
540 dstPixel[1] = pixel >> SK_G32_SHIFT;
541 dstPixel[2] = pixel >> SK_B32_SHIFT;
542 dstPixel[3] = pixel >> SK_A32_SHIFT;
543 if (!stream->write(dstPixel, 4)) {
/external/skia/third_party/ktx/
H A Dktx.cpp478 uint8_t dstPixel[4]; local
479 dstPixel[0] = pixel >> SK_R32_SHIFT;
480 dstPixel[1] = pixel >> SK_G32_SHIFT;
481 dstPixel[2] = pixel >> SK_B32_SHIFT;
482 dstPixel[3] = pixel >> SK_A32_SHIFT;
483 if (!stream->write(dstPixel, 4)) {
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize; local
869 dstPixel[0] = srcPixel[0];
870 dstPixel[1] = srcPixel[1];
871 dstPixel[2] = srcPixel[2];
906 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize; local
909 dstPixel[0] = srcPixel[0];
910 dstPixel[1] = srcPixel[1];
911 dstPixel[2] = srcPixel[2];
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize; local
953 dstPixel[
993 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize; local
1038 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize); local
1045 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize); local
1091 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize); local
1100 deUint16* const dstPixel = (deUint16*)(dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 119 milliseconds