Home
last modified time | relevance | path

Searched refs:GrBackendFormatBytesPerBlock (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrBackendUtils.cpp97 size_t GrBackendFormatBytesPerBlock(const GrBackendFormat& format) { in GrBackendFormatBytesPerBlock() function
154 return GrBackendFormatBytesPerBlock(format); in GrBackendFormatBytesPerPixel()
DGrBackendUtils.h19 size_t GrBackendFormatBytesPerBlock(const GrBackendFormat& format);
DGrAttachment.cpp30 size *= GrBackendFormatBytesPerBlock(this->backendFormat()); in onGpuMemorySize()