Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DTextureInfoPriv.h24 static TextureFormat ViewFormat(const TextureInfo& info) { in ViewFormat() function
28 return TextureFormatChannelMask(ViewFormat(info)); in ChannelMask()
DTextureInfo.cpp83 TextureFormatName(ViewFormat(info)), in GetAttachmentLabel()
DTextureUtils.cpp327 TextureFormat format = TextureInfoPriv::ViewFormat(info); in ComputeSize()
/external/skia/src/gpu/graphite/task/
DUploadTask.cpp250 TextureFormatCompressionType(TextureInfoPriv::ViewFormat(texInfo)); in MakeCompressed()
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp1530 TextureFormat format = TextureInfoPriv::ViewFormat(dstTexture->textureInfo()); in onCopyBufferToTexture()