Home
last modified time | relevance | path

Searched refs:GrComputeTightCombinedBufferSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrDataUtils.h33 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions,
DGrDataUtils.cpp285 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize() function
/third_party/flutter/skia/src/gpu/
DGrDataUtils.h21 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, int baseWidth, int baseHeight,
DGrDataUtils.cpp301 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, int baseWidth, int baseHeight, in GrComputeTightCombinedBufferSize() function
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.mm235 size_t combinedBufferSize = GrComputeTightCombinedBufferSize(bpp, width, height,
717 combinedBufferSize = GrComputeTightCombinedBufferSize(bytesPerPixel, w, h,
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp889 combinedBufferSize = GrComputeTightCombinedBufferSize(bpp, in uploadTexDataOptimal()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1683 combinedBufferSize = GrComputeTightCombinedBufferSize(bytesPerPixel, w, h, in createVkImageForBackendSurface()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm350 size_t combinedBufferSize = GrComputeTightCombinedBufferSize(bpp,
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3882 size_t totalSize = GrComputeTightCombinedBufferSize( in createBackendTexture()