Home
last modified time | relevance | path

Searched refs:GetImageLayoutFromGLImageLayout (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp103 vk::GetImageLayoutFromGLImageLayout(contextVk, textureBarrier.layout); in wait()
159 vk::GetImageLayoutFromGLImageLayout(contextVk, textureBarrier.layout); in signal()
H A Dvk_helpers.h174 ImageLayout GetImageLayoutFromGLImageLayout(Context *context, GLenum layout);
H A DContextVk.cpp6971 vk::ImageLayout layout = vk::GetImageLayoutFromGLImageLayout(this, textureBarrier.layout); in acquireTextures()
H A Dvk_helpers.cpp1270 ImageLayout GetImageLayoutFromGLImageLayout(Context *context, GLenum layout) in GetImageLayoutFromGLImageLayout() function