Home
last modified time | relevance | path

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

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