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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Convert.h 229 /// @param srcPixel - Pointer to source pixel (pre-swizzled according to dest).
233 const float srcPixel[4])
242 float src = srcPixel[comp];
391 /// @param srcPixel - Pointer to source pixel
560 const float srcPixel[4])
564 case R32G32B32A32_FLOAT: ConvertPixelFromFloat<R32G32B32A32_FLOAT>(pDst, srcPixel); break;
565 case R32G32B32A32_SINT: ConvertPixelFromFloat<R32G32B32A32_SINT>(pDst, srcPixel); break;
566 case R32G32B32A32_UINT: ConvertPixelFromFloat<R32G32B32A32_UINT>(pDst, srcPixel); break;
567 case R32G32B32X32_FLOAT: ConvertPixelFromFloat<R32G32B32X32_FLOAT>(pDst, srcPixel); break;
568 case R32G32B32A32_SSCALED: ConvertPixelFromFloat<R32G32B32A32_SSCALED>(pDst, srcPixel); break
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 124 uint8_t *srcPixel;
133 srcPixel = p + i*stride + j*4;
134 temp = srcPixel[0];
135 srcPixel[0] = srcPixel[2];
136 srcPixel[2] = temp;
147 uint8_t *srcPixel;
158 srcPixel = p + i*stride + j*4;
159 temp = srcPixel[0];
161 if (srcPixel[0] == 0 &
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 124 uint8_t *srcPixel;
133 srcPixel = p + i*stride + j*4;
134 temp = srcPixel[0];
135 srcPixel[0] = srcPixel[2];
136 srcPixel[2] = temp;
147 uint8_t *srcPixel;
157 srcPixel = p + i*stride + j*4;
159 if (srcPixel[0] == 0 &&
160 srcPixel[3] == 0xff
    [all...]
  /packages/services/Car/evs/sampleDriver/
bufferCopy.cpp 160 uint32_t srcPixel = *src++;
162 uint8_t Y1 = (srcPixel) & 0xFF;
163 uint8_t U = (srcPixel >> 8) & 0xFF;
164 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
165 uint8_t V = (srcPixel >> 24) & 0xFF;
209 uint32_t srcPixel = *src++;
211 uint8_t Y1 = (srcPixel) & 0xFF;
212 uint8_t U = (srcPixel >> 8) & 0xFF;
213 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
214 uint8_t V = (srcPixel >> 24) & 0xFF
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 125 uint8_t *srcPixel;
134 srcPixel = p + i*stride + j*4;
135 temp = srcPixel[0];
136 srcPixel[0] = srcPixel[2];
137 srcPixel[2] = temp;
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp 139 uint32_t srcPixel = *srcWords++;
141 uint8_t Y1 = (srcPixel) & 0xFF;
142 uint8_t U = (srcPixel >> 8) & 0xFF;
143 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
144 uint8_t V = (srcPixel >> 24) & 0xFF;
  /packages/services/Car/evs/app/
FormatConvert.cpp 137 uint32_t srcPixel = *srcWords++;
139 uint8_t Y1 = (srcPixel) & 0xFF;
140 uint8_t U = (srcPixel >> 8) & 0xFF;
141 uint8_t Y2 = (srcPixel >> 16) & 0xFF;
142 uint8_t V = (srcPixel >> 24) & 0xFF;
  /frameworks/layoutlib/bridge/src/android/graphics/
BlendComposite.java 146 int[] srcPixel = new int[4];
160 srcPixel[0] = (pixel >> 16) & 0xFF;
161 srcPixel[1] = (pixel >> 8) & 0xFF;
162 srcPixel[2] = (pixel ) & 0xFF;
163 srcPixel[3] = (pixel >> 24) & 0xFF;
173 srcPixel[3] *= dstPixel[3] / 0xFF;
176 result = blender.blend(srcPixel, dstPixel, result);
  /external/skia/src/core/
SkBitmapScaler.cpp 145 float srcPixel = (destSubsetLo + 0.5f) * invScale;
148 for (int destI = 0; destI < destLimit; srcPixel += invScale, destI++) {
150 float srcBegin = SkTMax(0.f, SkScalarFloorToScalar(srcPixel - srcSupport));
151 float srcEnd = SkTMin(srcSize - 1.f, SkScalarCeilToScalar(srcPixel + srcSupport));
159 // when comparing distance against 'srcPixel'. In the 5x downscale
163 float destFilterDist = (srcBegin + 0.5f - srcPixel) * clampedScale;
166 // true when srcSize is equal to srcPixel - srcSupport; this may be a bug
SkLinearBitmapPipeline.cpp 302 this->srcPixel(fDst, pixel, 0);
309 this->srcPixel(dst, p0, 0);
310 this->srcPixel(dst, p1, 1);
311 this->srcPixel(dst, p2, 2);
312 this->srcPixel(dst, p3, 3);
322 void SK_VECTORCALL srcPixel(SkPM4f* dst, Sk4f pixel, int index) {
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 887 const deUint8* const srcPixel = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8];
892 dstPixel[0] = srcPixel[0];
893 dstPixel[1] = srcPixel[1];
894 dstPixel[2] = srcPixel[2];
    [all...]
  /external/skia/tests/
ColorSpaceXformTest.cpp 333 std::unique_ptr<uint64_t[]> srcPixel(new uint64_t[1]);
334 srcPixel[0] = 0;
342 SkColorSpaceXform::kRGBA_U16_BE_ColorFormat, srcPixel.get(), 1,
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 511 const Vec4 srcPixel = access.getPixel(x, y);
515 dstPixel[channelNdx] = srcPixel[channelNdx];
527 const IVec4 srcPixel = access.getPixelInt(x, y);
531 dstPixel[channelNdx] = srcPixel[channelNdx];
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1574 milliseconds