Home
last modified time | relevance | path

Searched defs:isDepthOrStencilFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp79 bool isDepthOrStencilFormat) in AhbDescUsageToVkImageUsage()
237 bool isDepthOrStencilFormat = imageFormat.hasDepthOrStencilBits(); in initImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp128 bool isDepthOrStencilFormat = textureFormat.depthBits > 0 || textureFormat.stencilBits > 0; in InitImageHelper() local