Searched refs:glFormat (Results 1 – 4 of 4) sorted by relevance
298 unsigned int glFormat; member508 GlImageFormatInfo GetFormatInfo(const uint32_t glFormat) in GetFormatInfo() argument513 (glFormat == GL_IMAGE_FORMATS[i].glFormat)) { in GetFormatInfo()
114 uint32_t glFormat; member322 if ((ktx.glType == 0) && (ktx.glFormat == 0)) { in ResolveImageDesc()347 if (ktx.glFormat != 0) { in VerifyKtxInfo()553 ktxHeader.glFormat = myReadU32(data); in ReadHeader()
36 GLenum glFormat; // texture member
1180 auto& glFormat = GetGlImageFormat(format); in GetFormatProperties() local1181 if (glFormat.internalFormat != GL_NONE) { in GetFormatProperties()1183 [internalFormat = glFormat.internalFormat]( in GetFormatProperties()1199 if (!glFormat.compression.compressed) { in GetFormatProperties()1203 properties.bytesPerPixel = glFormat.bytesperpixel; in GetFormatProperties()