Searched refs:texImageSupportInternalFormats (Results 1 – 1 of 1) sorted by relevance
97 static std::vector<GLenum> texImageSupportInternalFormats {}; in GetTexImageInternalFormat() local104 return texImageSupportInternalFormats; in GetTexImageInternalFormat()109 AddSupportElement(texImageSupportInternalFormats, data); in GetTexImageInternalFormat()113 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGB_S3TC_DXT1_EXT); in GetTexImageInternalFormat()114 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT); in GetTexImageInternalFormat()115 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT); in GetTexImageInternalFormat()116 AddSupportElement(texImageSupportInternalFormats, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT); in GetTexImageInternalFormat()120 return texImageSupportInternalFormats; in GetTexImageInternalFormat()