Lines Matching refs:InternalError

41  * If no mapping is found, throws tcu::InternalError.
125 throw tcu::InternalError("Can't map texture format to GL transfer format");
135 * If no mapping is found, throws tcu::InternalError.
224 throw tcu::InternalError("Can't map texture format to GL internal format");
232 * If no mapping is found, throws tcu::InternalError.
283 throw tcu::InternalError("Can't map compressed format to GL format");
291 * If no mapping is found, throws tcu::InternalError.
342 throw tcu::InternalError("Can't map compressed GL format to compressed format");
432 * If no mapping is found, throws tcu::InternalError.
462 throw tcu::InternalError(string("Can't map GL pixel format (") + tcu::toHex(format).toString() + ", " + tcu::toHex(dataType).toString() + ") to texture format");
469 * If no mapping is found, throws tcu::InternalError.
553 throw tcu::InternalError(string("Can't map GL sized internal format (") + tcu::toHex(internalFormat).toString() + ") to texture format");
631 throw tcu::InternalError("Can't map GL wrap mode " + tcu::toHex(wrapMode).toString());
646 throw tcu::InternalError("Can't map GL min filter mode" + tcu::toHex(filterMode).toString());
657 throw tcu::InternalError("Can't map GL mag filter mode" + tcu::toHex(filterMode).toString());
664 * If no mapping is found, throws tcu::InternalError.
680 * If no mapping is found, throws tcu::InternalError.
696 * If no mapping is found, throws tcu::InternalError.
719 * If no mapping is found, throws tcu::InternalError.
737 throw tcu::InternalError("Can't map GL compare mode " + tcu::toHex(mode).toString());
744 * If no mapping is found, throws tcu::InternalError.
759 throw tcu::InternalError("Can't map wrap mode");
766 * If no mapping is found, throws tcu::InternalError.
783 throw tcu::InternalError("Can't map filter mode");
790 * If no mapping is found, throws tcu::InternalError.
810 throw tcu::InternalError("Can't map compare mode");
817 * If no mapping is found, throws tcu::InternalError.
834 throw tcu::InternalError("Can't map cube face");
849 throw tcu::InternalError("Can't map cube face");
1198 throw tcu::InternalError("Context type not supported in query");