Lines Matching refs:internalFormat
1693 static VkFormat glFormat2VkFormat(GLint internalFormat) { in glFormat2VkFormat() argument
1694 switch (internalFormat) { in glFormat2VkFormat()
1732 internalFormat); in glFormat2VkFormat()
1737 static bool isFormatVulkanCompatible(GLenum internalFormat) { in isFormatVulkanCompatible() argument
1738 VkFormat vkFormat = glFormat2VkFormat(internalFormat); in isFormatVulkanCompatible()
1968 if (!isFormatVulkanCompatible(infoPtr->internalFormat)) { in initializeVkColorBufferLocked()
1970 infoPtr->internalFormat); in initializeVkColorBufferLocked()
1986 vkFormat = glFormat2VkFormat(infoPtr->internalFormat); in initializeVkColorBufferLocked()
2000 vkFormat = glFormat2VkFormat(infoPtr->internalFormat); in initializeVkColorBufferLocked()
2190 static bool createVkColorBufferLocked(uint32_t width, uint32_t height, GLenum internalFormat, in createVkColorBufferLocked() argument
2205 res.internalFormat = internalFormat; in createVkColorBufferLocked()
2217 bool createVkColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat, in createVkColorBuffer() argument
2225 if (!createVkColorBufferLocked(width, height, internalFormat, frameworkFormat, in createVkColorBuffer()
2658 bool isThreeByteRgb = (colorBufferInfo->internalFormat == GL_RGB || in updateColorBufferFromBytesLocked()
2659 colorBufferInfo->internalFormat == GL_RGB8); in updateColorBufferFromBytesLocked()