Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp40 fColorValuesPerPixel = desc.fSampleCnt + 1; // TODO: this still correct? in GrVkRenderTarget()
67 fColorValuesPerPixel = desc.fSampleCnt + 1; // TODO: this still correct? in GrVkRenderTarget()
88 fColorValuesPerPixel = 1; in GrVkRenderTarget()
110 fColorValuesPerPixel = 1; in GrVkRenderTarget()
DGrVkRenderTarget.h115 return fColorValuesPerPixel * fDesc.fWidth * fDesc.fHeight * colorBytes; in onGpuMemorySize()
130 int fColorValuesPerPixel; variable