HomeSort by relevance Sort by last modified time
    Searched refs:fColorValuesPerPixel (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 115 return fColorValuesPerPixel * fDesc.fWidth * fDesc.fHeight * colorBytes;
130 int fColorValuesPerPixel;
GrVkRenderTarget.cpp 40 fColorValuesPerPixel = desc.fSampleCnt + 1; // TODO: this still correct?
67 fColorValuesPerPixel = desc.fSampleCnt + 1; // TODO: this still correct?
88 fColorValuesPerPixel = 1;
110 fColorValuesPerPixel = 1;

Completed in 963 milliseconds