Lines Matching refs:InternalError
125 throw tcu::InternalError("Can't map texture format to GL transfer format"); in getTransferFormat()
224 throw tcu::InternalError("Can't map texture format to GL internal format"); in getInternalFormat()
283 throw tcu::InternalError("Can't map compressed format to GL format"); in getGLFormat()
342 throw tcu::InternalError("Can't map compressed GL format to compressed format"); in mapGLCompressedTexFormat()
457 …throw tcu::InternalError(string("Can't map GL pixel format (") + tcu::toHex(format).toString() + "… in mapGLTransferFormat()
548 …throw tcu::InternalError(string("Can't map GL sized internal format (") + tcu::toHex(internalForma… in mapGLInternalFormat()
626 throw tcu::InternalError("Can't map GL wrap mode " + tcu::toHex(wrapMode).toString()); in mapGLWrapMode()
641 throw tcu::InternalError("Can't map GL min filter mode" + tcu::toHex(filterMode).toString()); in mapGLMinFilterMode()
652 throw tcu::InternalError("Can't map GL mag filter mode" + tcu::toHex(filterMode).toString()); in mapGLMagFilterMode()
732 throw tcu::InternalError("Can't map GL compare mode " + tcu::toHex(mode).toString()); in mapGLCompareFunc()
754 throw tcu::InternalError("Can't map wrap mode"); in getGLWrapMode()
778 throw tcu::InternalError("Can't map filter mode"); in getGLFilterMode()
805 throw tcu::InternalError("Can't map compare mode"); in getGLCompareFunc()
829 throw tcu::InternalError("Can't map cube face"); in getGLCubeFace()
844 throw tcu::InternalError("Can't map cube face"); in getCubeFaceFromGL()
1157 throw tcu::InternalError("Context type not supported in query"); in isSizedFormatColorRenderable()