Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp103 bool isDepthOrStencilFormat = imageFormat.depthBits > 0 || imageFormat.stencilBits > 0; in initImpl() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp76 bool isDepthOrStencilFormat = textureFormat.depthBits > 0 || textureFormat.stencilBits > 0; in setStorageImpl() local
DSurfaceVk.cpp165 bool isDepthOrStencilFormat = textureFormat.depthBits > 0 || textureFormat.stencilBits > 0; in initialize() local
193 bool isDepthOrStencilFormat = textureFormat.depthBits > 0 || textureFormat.stencilBits > 0; in initializeWithExternalMemory() local