13c827367444ee418f129b2c238299f49d3264554Jarkko Poyry/* WARNING! THIS IS A PROGRAMMATICALLY GENERATED CODE. DO NOT MODIFY THE CODE,
23c827367444ee418f129b2c238299f49d3264554Jarkko Poyry * SINCE THE CHANGES WILL BE LOST! MODIFY THE GENERATING PYTHON INSTEAD.
33c827367444ee418f129b2c238299f49d3264554Jarkko Poyry */
43c827367444ee418f129b2c238299f49d3264554Jarkko Poyry
53c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getBooleanName				(int value);
63c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getBoolDontCareName			(int value);
73c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getAPIName					(int value);
83c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getErrorName				(int value);
93c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getContextAttribName		(int value);
103c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getConfigAttribName			(int value);
113c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getSurfaceAttribName		(int value);
123c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getSurfaceTargetName		(int value);
133c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getColorBufferTypeName		(int value);
143c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getConfigCaveatName			(int value);
153c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getTransparentTypeName		(int value);
163c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getMultisampleResolveName	(int value);
173c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getRenderBufferName			(int value);
183c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getSwapBehaviorName			(int value);
193c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getTextureFormatName		(int value);
203c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getTextureTargetName		(int value);
213c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getVGAlphaFormatName		(int value);
223c827367444ee418f129b2c238299f49d3264554Jarkko Poyryconst char*	getVGColorspaceName			(int value);
233c827367444ee418f129b2c238299f49d3264554Jarkko Poyry
243c827367444ee418f129b2c238299f49d3264554Jarkko Poyrytcu::Format::Bitfield<16>	getAPIBitsStr		(int value);
253c827367444ee418f129b2c238299f49d3264554Jarkko Poyrytcu::Format::Bitfield<16>	getSurfaceBitsStr	(int value);
263c827367444ee418f129b2c238299f49d3264554Jarkko Poyry
273c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getBooleanStr				(int value)	{ return tcu::Format::Enum(getBooleanName,				value); }
283c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getBoolDontCareStr			(int value)	{ return tcu::Format::Enum(getBoolDontCareName,			value); }
293c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getAPIStr					(int value)	{ return tcu::Format::Enum(getAPIName,					value); }
303c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getErrorStr					(int value)	{ return tcu::Format::Enum(getErrorName,				value); }
313c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getContextAttribStr			(int value)	{ return tcu::Format::Enum(getContextAttribName,		value); }
323c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getConfigAttribStr			(int value)	{ return tcu::Format::Enum(getConfigAttribName,			value); }
333c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getSurfaceAttribStr			(int value)	{ return tcu::Format::Enum(getSurfaceAttribName,		value); }
343c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getSurfaceTargetStr			(int value)	{ return tcu::Format::Enum(getSurfaceTargetName,		value); }
353c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getColorBufferTypeStr		(int value)	{ return tcu::Format::Enum(getColorBufferTypeName,		value); }
363c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getConfigCaveatStr			(int value)	{ return tcu::Format::Enum(getConfigCaveatName,			value); }
373c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getTransparentTypeStr		(int value)	{ return tcu::Format::Enum(getTransparentTypeName,		value); }
383c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getMultisampleResolveStr	(int value)	{ return tcu::Format::Enum(getMultisampleResolveName,	value); }
393c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getRenderBufferStr			(int value)	{ return tcu::Format::Enum(getRenderBufferName,			value); }
403c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getSwapBehaviorStr			(int value)	{ return tcu::Format::Enum(getSwapBehaviorName,			value); }
413c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getTextureFormatStr			(int value)	{ return tcu::Format::Enum(getTextureFormatName,		value); }
423c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getTextureTargetStr			(int value)	{ return tcu::Format::Enum(getTextureTargetName,		value); }
433c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getVGAlphaFormatStr			(int value)	{ return tcu::Format::Enum(getVGAlphaFormatName,		value); }
443c827367444ee418f129b2c238299f49d3264554Jarkko Poyryinline tcu::Format::Enum	getVGColorspaceStr			(int value)	{ return tcu::Format::Enum(getVGColorspaceName,			value); }
45