Searched refs:pixelsInRow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp137 GrGLint pixelsInRow = width; local
139 pixelsInRow = GrDebugGL::getInstance()->getPackRowLength();
177 rowStride = componentsPerPixel * pixelsInRow;
180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp137 GrGLint pixelsInRow = width; local
139 pixelsInRow = GrDebugGL::getInstance()->getPackRowLength();
177 rowStride = componentsPerPixel * pixelsInRow;
180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /

Completed in 121 milliseconds