Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp105 vk::GetImageLayoutFromGLImageLayout(contextVk, textureBarrier.layout); in wait()
164 vk::GetImageLayoutFromGLImageLayout(contextVk, textureBarrier.layout); in signal()
Dvk_helpers.h1803 ImageLayout GetImageLayoutFromGLImageLayout(Context *context, GLenum layout);
DContextVk.cpp6625 vk::ImageLayout layout = vk::GetImageLayoutFromGLImageLayout(this, textureBarrier.layout); in acquireTextures()
Dvk_helpers.cpp1030 ImageLayout GetImageLayoutFromGLImageLayout(Context *context, GLenum layout) in GetImageLayoutFromGLImageLayout() function