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

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 142 GrGLint componentsPerPixel = 0;
148 componentsPerPixel = 4;
151 componentsPerPixel = 3;
154 componentsPerPixel = 1;
177 rowStride = componentsPerPixel * pixelsInRow;
180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
187 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 142 GrGLint componentsPerPixel = 0;
148 componentsPerPixel = 4;
151 componentsPerPixel = 3;
154 componentsPerPixel = 1;
177 rowStride = componentsPerPixel * pixelsInRow;
180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
187 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]
GraphicsContext3D.cpp 687 unsigned int* componentsPerPixel,
695 *componentsPerPixel = 1;
698 *componentsPerPixel = 2;
701 *componentsPerPixel = 3;
705 *componentsPerPixel = 4;
720 *componentsPerPixel = 1;
746 unsigned int bytesPerComponent, componentsPerPixel;
747 if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel))
755 CheckedInt<uint32_t> checkedValue(bytesPerComponent * componentsPerPixel);
    [all...]

Completed in 446 milliseconds