Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp173 bool HasTexelBufferSupport(const RendererVk *rendererVk, GLenum formatGL) in HasTexelBufferSupport() argument
175 const Format &formatVk = rendererVk->getFormat(formatGL); in HasTexelBufferSupport()
232 for (GLenum formatGL : optionalFormats) in HasTextureBufferSupport() local
234 if (!HasTexelBufferSupport(rendererVk, formatGL)) in HasTextureBufferSupport()
253 for (GLenum formatGL : optionalFormats2) in HasTextureBufferSupport() local
255 if (!HasTexelBufferSupport(rendererVk, formatGL)) in HasTextureBufferSupport()