Searched refs:GrCompressedFormatDataSize (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrSurface.cpp | 50 size = GrCompressedFormatDataSize(desc.fConfig, width, height); in WorstCaseSize() 78 colorSize = GrCompressedFormatDataSize(config, width, height); in ComputeSize()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 824 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/ |
D | GrTypesPriv.h | 1214 static inline size_t GrCompressedFormatDataSize(GrPixelConfig config, in GrCompressedFormatDataSize() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 1088 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()
|