Home
last modified time | relevance | path

Searched refs:DepthStencilAttachment (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp739 return ImageLayout::DepthStencilAttachment; in FromGLenum()
767 case ImageLayout::DepthStencilAttachment: in ToGLenum()
800 case ImageLayout::DepthStencilAttachment: in operator <<()
DPackedGLEnums_autogen.h208 DepthStencilAttachment = 3, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp256 ImageLayout::DepthStencilAttachment,
865 return ImageLayout::DepthStencilAttachment; in GetImageLayoutFromGLImageLayout()
895 case ImageLayout::DepthStencilAttachment: in ConvertImageLayoutToGLImageLayout()
1522 imageLayout = ImageLayout::DepthStencilAttachment; in finalizeDepthStencilImageLayout()
Dvk_helpers.h1406 DepthStencilAttachment, enumerator
DTextureVk.cpp1420 newLayout = vk::ImageLayout::DepthStencilAttachment; in setEGLImageTarget()
Dvk_cache_utils.cpp3571 vk::ImageLayout imageLayout = vk::ImageLayout::DepthStencilAttachment; in addRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationESEXT.cpp58 case ImageLayout::DepthStencilAttachment: in IsValidImageLayout()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultisampledRenderToTextureTest.cpp3004 TEST_P(MultisampledRenderToTextureES3Test, DepthStencilAttachment) in TEST_P() argument
DWebGLCompatibilityTest.cpp3976 TEST_P(WebGLCompatibilityTest, DepthStencilAttachment) in TEST_P() argument