Home
last modified time | relevance | path

Searched refs:TextureFormatBytesPerBlock (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/graphite/
DTextureFormat.h138 size_t TextureFormatBytesPerBlock(TextureFormat);
DTextureInfo.cpp66 TextureFormatBytesPerBlock(fViewFormat), in toString()
DTextureFormat.cpp76 size_t TextureFormatBytesPerBlock(TextureFormat format) { in TextureFormatBytesPerBlock() function
DTextureUtils.cpp338 size_t bytesPerPixel = TextureFormatBytesPerBlock(format); in ComputeSize()
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp1531 size_t bytesPerBlock = TextureFormatBytesPerBlock(format); in onCopyBufferToTexture()