Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBackendUtils.cpp114 return GrGLFormatBytesPerBlock(glFormat); in GrBackendFormatBytesPerBlock()
/third_party/skia/src/gpu/gl/
DGrGLUtil.h454 static constexpr size_t GrGLFormatBytesPerBlock(GrGLFormat format) { in GrGLFormatBytesPerBlock() function
DGrGLCaps.cpp1165 writer->appendS32("total bytes", GrGLFormatBytesPerBlock(fStencilFormats[i])); in onDumpJSON()