Home
last modified time | relevance | path

Searched refs:GrCompressedFormatDataSize (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrSurface.cpp50 size = GrCompressedFormatDataSize(desc.fConfig, width, height); in WorstCaseSize()
78 colorSize = GrCompressedFormatDataSize(config, width, height); in ComputeSize()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp824 size_t combinedBufferSize = GrCompressedFormatDataSize(tex->config(), width, height); in uploadTexDataCompressed()
838 const size_t dataSize = GrCompressedFormatDataSize(tex->config(), currentWidth, in uploadTexDataCompressed()
874 const size_t dataSize = GrCompressedFormatDataSize(tex->config(), currentWidth, in uploadTexDataCompressed()
1456 combinedBufferSize = GrCompressedFormatDataSize(config, w, h); in createTestingOnlyVkImage()
1472 trimmedSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in createTestingOnlyVkImage()
1520 size_t levelSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in createTestingOnlyVkImage()
/external/skqp/include/private/
DGrTypesPriv.h1214 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp1088 size_t dataSize = GrCompressedFormatDataSize(config, currentWidth, currentHeight); in allocate_and_populate_compressed_texture()
1114 size_t dataSize = GrCompressedFormatDataSize(config, baseWidth, baseHeight); in allocate_and_populate_compressed_texture()