Home
last modified time | relevance | path

Searched refs:switchToReadOnlyDepthStencilMode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.h1409 angle::Result switchToReadOnlyDepthStencilMode(gl::Texture *texture,
H A DContextVk.cpp7607 ANGLE_TRY(switchToReadOnlyDepthStencilMode(texture, command, getDrawFramebuffer(), in updateActiveTextures()
8697 angle::Result ContextVk::switchToReadOnlyDepthStencilMode(gl::Texture *texture, in switchToReadOnlyDepthStencilMode() function in rx::ContextVk