Home | History | Annotate | Download | only in opengl

Lines Matching refs:internalFormat

346 bool isCompressedFormat (deUint32 internalFormat)
348 switch (internalFormat)
466 * \param internalFormat Sized internal format.
469 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat)
472 switch (internalFormat)
548 throw tcu::InternalError(string("Can't map GL sized internal format (") + tcu::toHex(internalFormat).toString() + ") to texture format");
1107 static deUint32 getRenderableBitsES3 (const ContextInfo& contextInfo, deUint32 internalFormat)
1109 switch (internalFormat)