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

/external/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp42 int colorValuesPerPixel = SkTMax(1, fDesc.fSampleCnt); local
45 colorValuesPerPixel += 1;
48 colorValuesPerPixel = 1;
54 fGpuMemorySize = colorValuesPerPixel * fDesc.fWidth * fDesc.fHeight * colorBytes;

Completed in 122 milliseconds