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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 149 GrGLint componentsPerPixel = 0;
155 componentsPerPixel = 4;
158 componentsPerPixel = 3;
161 componentsPerPixel = 1;
184 rowStride = componentsPerPixel * pixelsInRow;
187 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
194 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 149 GrGLint componentsPerPixel = 0;
155 componentsPerPixel = 4;
158 componentsPerPixel = 3;
161 componentsPerPixel = 1;
184 rowStride = componentsPerPixel * pixelsInRow;
187 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
194 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 607 unsigned int* componentsPerPixel,
615 *componentsPerPixel = 1;
618 *componentsPerPixel = 2;
621 *componentsPerPixel = 3;
625 *componentsPerPixel = 4;
640 *componentsPerPixel = 1;
666 unsigned int bytesPerComponent, componentsPerPixel;
667 if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel))
675 CheckedInt<uint32_t> checkedValue(bytesPerComponent * componentsPerPixel);
    [all...]
GraphicsContext3DImagePacking.cpp     [all...]
GraphicsContext3D.h 152 unsigned int* componentsPerPixel,

Completed in 73 milliseconds