Home
last modified time | relevance | path

Searched refs:componentsPerPixel (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp155 GrGLint componentsPerPixel = 0; in readPixels() local
161 componentsPerPixel = 4; in readPixels()
164 componentsPerPixel = 3; in readPixels()
167 componentsPerPixel = 1; in readPixels()
189 rowStride = componentsPerPixel * pixelsInRow; in readPixels()
192 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow / in readPixels()
199 memset(scanline, 0, componentsPerPixel * componentSize * width); in readPixels()