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

  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 161 GrGLint componentsPerPixel = 0;
167 componentsPerPixel = 4;
170 componentsPerPixel = 3;
173 componentsPerPixel = 1;
195 rowStride = componentsPerPixel * pixelsInRow;
198 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
205 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]
  /external/skqp/tools/gpu/gl/debug/
DebugGLTestContext.cpp 155 GrGLint componentsPerPixel = 0;
161 componentsPerPixel = 4;
164 componentsPerPixel = 3;
167 componentsPerPixel = 1;
189 rowStride = componentsPerPixel * pixelsInRow;
192 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
199 memset(scanline, 0, componentsPerPixel * componentSize * width);
    [all...]

Completed in 69 milliseconds