Lines Matching refs:internalFormat
1554 static VkFormat glFormat2VkFormat(GLint internalFormat) { in glFormat2VkFormat() argument
1555 switch (internalFormat) { in glFormat2VkFormat()
1589 internalFormat); in glFormat2VkFormat()
1594 static bool isFormatVulkanCompatible(GLenum internalFormat) { in isFormatVulkanCompatible() argument
1595 VkFormat vkFormat = glFormat2VkFormat(internalFormat); in isFormatVulkanCompatible()
1773 bool setupVkColorBufferLocked(uint32_t width, uint32_t height, GLenum internalFormat, in setupVkColorBufferLocked() argument
1776 if (!isFormatVulkanCompatible(internalFormat)) { in setupVkColorBufferLocked()
1778 internalFormat); in setupVkColorBufferLocked()
1793 vkFormat = glFormat2VkFormat(internalFormat); in setupVkColorBufferLocked()
1807 vkFormat = glFormat2VkFormat(internalFormat); in setupVkColorBufferLocked()
1976 bool setupVkColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat, in setupVkColorBuffer() argument
1984 return setupVkColorBufferLocked(width, height, internalFormat, frameworkFormat, in setupVkColorBuffer()