HomeSort by relevance Sort by last modified time
    Searched refs:pPixel (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.h 198 AddrDepthFormat format, const ADDR_FLT_32 comps[2], UINT_8 *pPixel) const;
202 const ADDR_FLT_32 comps[4], UINT_8 *pPixel) const;
209 ComponentFlags properties, UINT_32 resultBits, UINT_8* pPixel);
addrelemlib.cpp 337 UINT_8* pPixel) ///< [out] a depth/stencil pixel value
361 pPixel[(j+start)^elementXor] = static_cast<UINT_8>(pComps[i] >> (8*j));
379 byte = pPixel[i^elementXor] & ~(elemMask >> (8*i));
380 pPixel[i^elementXor] = static_cast<UINT_8>(byte | ((elemMask & value) >> (8*i)));
399 UINT_8* pPixel ///< [out] depth pixel value
450 Int32sToPixel(2, values, fmt.compBit, fmt.compStart, properties, resultBits, pPixel );
470 UINT_8* pPixel ///< [out] a red/green/blue/alpha pixel value
537 properties, resultBits, pPixel);
    [all...]
addrlib.cpp 456 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel);
538 pOut->pPixel);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Convert.h 370 typename FormatTraits<DstFormat>::FormatT* pPixel = (typename FormatTraits<DstFormat>::FormatT*)pDstPixel;
375 pPixel->a = outColor[3];
377 pPixel->b = outColor[2];
379 pPixel->g = outColor[1];
381 pPixel->r = outColor[0];
400 typename FormatTraits<SrcFormat>::FormatT* pPixel = (typename FormatTraits<SrcFormat>::FormatT*)pSrc;
413 srcColor[3] = pPixel->a;
415 srcColor[2] = pPixel->b;
417 srcColor[1] = pPixel->g;
419 srcColor[0] = pPixel->r
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 119 @Modified pPixel Output array for upscaled colour values.
124 Pixel128S *pPixel, PVRTuint8 ui8Bpp)
161 pPixel[y*ui32WordWidth+x].red = (PVRTint32)((Result.red >> 7) + (Result.red >> 2));
162 pPixel[y*ui32WordWidth+x].green = (PVRTint32)((Result.green >> 7) + (Result.green >> 2));
163 pPixel[y*ui32WordWidth+x].blue = (PVRTint32)((Result.blue >> 7) + (Result.blue >> 2));
164 pPixel[y*ui32WordWidth+x].alpha = (PVRTint32)((Result.alpha >> 5) + (Result.alpha >> 1));
193 pPixel[y*ui32WordWidth+x].red = (PVRTint32)((Result.red >> 6) + (Result.red >> 1));
194 pPixel[y*ui32WordWidth+x].green = (PVRTint32)((Result.green >> 6) + (Result.green >> 1));
195 pPixel[y*ui32WordWidth+x].blue = (PVRTint32)((Result.blue >> 6) + (Result.blue >> 1));
196 pPixel[y*ui32WordWidth+x].alpha = (PVRTint32)((Result.alpha >> 4) + (Result.alpha));
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 573 uint8_t* pPixel = pScanline + col * m_Image->numcomps;
582 *pPixel = 0;
584 *pPixel = static_cast<uint8_t>(src << -adjust_comps[channel]);
592 uint8_t* pPixel = pScanline + col * m_Image->numcomps;
601 *pPixel = static_cast<uint8_t>((src >> adjust_comps[channel]));
606 *pPixel = static_cast<uint8_t>(tmpPixel);
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 766 const unsigned char * pPixel = &pRow[3 * nX];
769 fwrite(pPixel, 1, 3, fpDumpfile);
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h     [all...]

Completed in 1385 milliseconds