Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp103 vk::ImageLayout layout = vk::GetImageLayoutFromGLImageLayout(textureBarrier.layout); in wait()
158 vk::ImageLayout layout = vk::GetImageLayoutFromGLImageLayout(textureBarrier.layout); in signal()
Dvk_helpers.h1434 ImageLayout GetImageLayoutFromGLImageLayout(GLenum layout);
DContextVk.cpp4871 vk::ImageLayout layout = vk::GetImageLayoutFromGLImageLayout(textureBarrier.layout); in acquireTextures()
Dvk_helpers.cpp845 ImageLayout GetImageLayoutFromGLImageLayout(GLenum layout) in GetImageLayoutFromGLImageLayout() function