Searched refs:fColorValuesPerPixel (Results 1 – 2 of 2) sorted by relevance
40 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()
115 return fColorValuesPerPixel * fDesc.fWidth * fDesc.fHeight * colorBytes; in onGpuMemorySize()130 int fColorValuesPerPixel; variable