Home
last modified time | relevance | path

Searched refs:getDefaultDepthStencilTextureInfo (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/graphite/dawn/
DDawnCaps.h31 TextureInfo getDefaultDepthStencilTextureInfo(SkEnumBitMask<DepthStencilFlags>,
DDawnCaps.cpp124 TextureInfo DawnCaps::getDefaultDepthStencilTextureInfo( in getDefaultDepthStencilTextureInfo() function in skgpu::graphite::DawnCaps
/external/skia/src/gpu/graphite/mtl/
DMtlCaps.h33 TextureInfo getDefaultDepthStencilTextureInfo(SkEnumBitMask<DepthStencilFlags>,
DMtlCaps.mm634 TextureInfo MtlCaps::getDefaultDepthStencilTextureInfo(
/external/skia/src/gpu/graphite/
DCaps.h69 virtual TextureInfo getDefaultDepthStencilTextureInfo(SkEnumBitMask<DepthStencilFlags>,
DDrawContext.cpp194 desc.fDepthStencilAttachment.fTextureInfo = caps->getDefaultDepthStencilTextureInfo( in Make()
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h36 TextureInfo getDefaultDepthStencilTextureInfo(SkEnumBitMask<DepthStencilFlags>,
DVulkanCaps.cpp197 TextureInfo VulkanCaps::getDefaultDepthStencilTextureInfo(SkEnumBitMask<DepthStencilFlags> flags, in getDefaultDepthStencilTextureInfo() function in skgpu::graphite::VulkanCaps