1 /*
2     Copyright (c) 2008-2013 NetAllied Systems GmbH
3 
4     This file is part of COLLADASaxFrameworkLoader.
5 
6     Licensed under the MIT Open Source License,
7     for details please see LICENSE file or the website
8     http://www.opensource.org/licenses/mit-license.php
9 */
10 
11 
12 
13 #ifndef __COLLADASAXFWL14_COLLADAPARSERAUTOGEN14_H__
14 #define __COLLADASAXFWL14_COLLADAPARSERAUTOGEN14_H__
15 
16 
17 #include "COLLADASaxFWLColladaParserAutoGen14Attributes.h"
18 
19 
20 namespace COLLADASaxFWL14
21 {
22 
23 
24 class ColladaParserAutoGen14
25 {
26 public:
ColladaParserAutoGen14()27 ColladaParserAutoGen14(){}
~ColladaParserAutoGen14()28 virtual ~ColladaParserAutoGen14(){}
29 
30 
begin__COLLADA(const COLLADA__AttributeData & attributeData)31 virtual bool begin__COLLADA( const COLLADA__AttributeData& attributeData ){return true;}
end__COLLADA()32 virtual bool end__COLLADA(){return true;}
33 
begin__asset()34 virtual bool begin__asset(){return true;}
end__asset()35 virtual bool end__asset(){return true;}
36 
begin__contributor()37 virtual bool begin__contributor(){return true;}
end__contributor()38 virtual bool end__contributor(){return true;}
39 
begin__author()40 virtual bool begin__author(){return true;}
end__author()41 virtual bool end__author(){return true;}
data__author(const ParserChar * value,size_t length)42 virtual bool data__author( const ParserChar* value, size_t length ){return true;}
43 
begin__authoring_tool()44 virtual bool begin__authoring_tool(){return true;}
end__authoring_tool()45 virtual bool end__authoring_tool(){return true;}
data__authoring_tool(const ParserChar * value,size_t length)46 virtual bool data__authoring_tool( const ParserChar* value, size_t length ){return true;}
47 
begin__comments()48 virtual bool begin__comments(){return true;}
end__comments()49 virtual bool end__comments(){return true;}
data__comments(const ParserChar * value,size_t length)50 virtual bool data__comments( const ParserChar* value, size_t length ){return true;}
51 
begin__copyright()52 virtual bool begin__copyright(){return true;}
end__copyright()53 virtual bool end__copyright(){return true;}
data__copyright(const ParserChar * value,size_t length)54 virtual bool data__copyright( const ParserChar* value, size_t length ){return true;}
55 
begin__source_data()56 virtual bool begin__source_data(){return true;}
end__source_data()57 virtual bool end__source_data(){return true;}
data__source_data(COLLADABU::URI value)58 virtual bool data__source_data( COLLADABU::URI value ){return true;}
59 
begin__created()60 virtual bool begin__created(){return true;}
end__created()61 virtual bool end__created(){return true;}
data__created(const ParserChar * value,size_t length)62 virtual bool data__created( const ParserChar* value, size_t length ){return true;}
63 
begin__keywords()64 virtual bool begin__keywords(){return true;}
end__keywords()65 virtual bool end__keywords(){return true;}
data__keywords(const ParserChar * value,size_t length)66 virtual bool data__keywords( const ParserChar* value, size_t length ){return true;}
67 
begin__modified()68 virtual bool begin__modified(){return true;}
end__modified()69 virtual bool end__modified(){return true;}
data__modified(const ParserChar * value,size_t length)70 virtual bool data__modified( const ParserChar* value, size_t length ){return true;}
71 
begin__revision()72 virtual bool begin__revision(){return true;}
end__revision()73 virtual bool end__revision(){return true;}
data__revision(const ParserChar * value,size_t length)74 virtual bool data__revision( const ParserChar* value, size_t length ){return true;}
75 
begin__subject()76 virtual bool begin__subject(){return true;}
end__subject()77 virtual bool end__subject(){return true;}
data__subject(const ParserChar * value,size_t length)78 virtual bool data__subject( const ParserChar* value, size_t length ){return true;}
79 
begin__title()80 virtual bool begin__title(){return true;}
end__title()81 virtual bool end__title(){return true;}
data__title(const ParserChar * value,size_t length)82 virtual bool data__title( const ParserChar* value, size_t length ){return true;}
83 
begin__unit(const unit__AttributeData & attributeData)84 virtual bool begin__unit( const unit__AttributeData& attributeData ){return true;}
end__unit()85 virtual bool end__unit(){return true;}
86 
begin__up_axis()87 virtual bool begin__up_axis(){return true;}
end__up_axis()88 virtual bool end__up_axis(){return true;}
data__up_axis(const ENUM__UpAxisType value)89 virtual bool data__up_axis( const ENUM__UpAxisType value ){return true;}
90 
begin__library_animations(const library_animations__AttributeData & attributeData)91 virtual bool begin__library_animations( const library_animations__AttributeData& attributeData ){return true;}
end__library_animations()92 virtual bool end__library_animations(){return true;}
93 
begin__animation(const animation__AttributeData & attributeData)94 virtual bool begin__animation( const animation__AttributeData& attributeData ){return true;}
end__animation()95 virtual bool end__animation(){return true;}
96 
begin__source(const source__AttributeData & attributeData)97 virtual bool begin__source( const source__AttributeData& attributeData ){return true;}
end__source()98 virtual bool end__source(){return true;}
99 
begin__IDREF_array(const IDREF_array__AttributeData & attributeData)100 virtual bool begin__IDREF_array( const IDREF_array__AttributeData& attributeData ){return true;}
end__IDREF_array()101 virtual bool end__IDREF_array(){return true;}
data__IDREF_array(const ParserString * value,size_t length)102 virtual bool data__IDREF_array( const ParserString* value, size_t length ){return true;}
103 
begin__Name_array(const Name_array__AttributeData & attributeData)104 virtual bool begin__Name_array( const Name_array__AttributeData& attributeData ){return true;}
end__Name_array()105 virtual bool end__Name_array(){return true;}
data__Name_array(const ParserString * value,size_t length)106 virtual bool data__Name_array( const ParserString* value, size_t length ){return true;}
107 
begin__bool_array(const bool_array__AttributeData & attributeData)108 virtual bool begin__bool_array( const bool_array__AttributeData& attributeData ){return true;}
end__bool_array()109 virtual bool end__bool_array(){return true;}
data__bool_array(const bool * value,size_t length)110 virtual bool data__bool_array( const bool* value, size_t length ){return true;}
111 
begin__float_array(const float_array__AttributeData & attributeData)112 virtual bool begin__float_array( const float_array__AttributeData& attributeData ){return true;}
end__float_array()113 virtual bool end__float_array(){return true;}
data__float_array(const float * value,size_t length)114 virtual bool data__float_array( const float* value, size_t length ){return true;}
115 
begin__int_array(const int_array__AttributeData & attributeData)116 virtual bool begin__int_array( const int_array__AttributeData& attributeData ){return true;}
end__int_array()117 virtual bool end__int_array(){return true;}
data__int_array(const sint64 * value,size_t length)118 virtual bool data__int_array( const sint64* value, size_t length ){return true;}
119 
begin__animation__source__technique_common()120 virtual bool begin__animation__source__technique_common(){return true;}
end__animation__source__technique_common()121 virtual bool end__animation__source__technique_common(){return true;}
122 
begin__accessor(const accessor__AttributeData & attributeData)123 virtual bool begin__accessor( const accessor__AttributeData& attributeData ){return true;}
end__accessor()124 virtual bool end__accessor(){return true;}
125 
begin__param(const param__AttributeData & attributeData)126 virtual bool begin__param( const param__AttributeData& attributeData ){return true;}
end__param()127 virtual bool end__param(){return true;}
data__param(const ParserChar * value,size_t length)128 virtual bool data__param( const ParserChar* value, size_t length ){return true;}
129 
begin__technique(const technique__AttributeData & attributeData)130 virtual bool begin__technique( const technique__AttributeData& attributeData ){return true;}
end__technique()131 virtual bool end__technique(){return true;}
132 
begin__sampler(const sampler__AttributeData & attributeData)133 virtual bool begin__sampler( const sampler__AttributeData& attributeData ){return true;}
end__sampler()134 virtual bool end__sampler(){return true;}
135 
begin__input____InputLocal(const input____InputLocal__AttributeData & attributeData)136 virtual bool begin__input____InputLocal( const input____InputLocal__AttributeData& attributeData ){return true;}
end__input____InputLocal()137 virtual bool end__input____InputLocal(){return true;}
138 
begin__channel(const channel__AttributeData & attributeData)139 virtual bool begin__channel( const channel__AttributeData& attributeData ){return true;}
end__channel()140 virtual bool end__channel(){return true;}
141 
begin__extra(const extra__AttributeData & attributeData)142 virtual bool begin__extra( const extra__AttributeData& attributeData ){return true;}
end__extra()143 virtual bool end__extra(){return true;}
144 
begin__library_animation_clips(const library_animation_clips__AttributeData & attributeData)145 virtual bool begin__library_animation_clips( const library_animation_clips__AttributeData& attributeData ){return true;}
end__library_animation_clips()146 virtual bool end__library_animation_clips(){return true;}
147 
begin__animation_clip(const animation_clip__AttributeData & attributeData)148 virtual bool begin__animation_clip( const animation_clip__AttributeData& attributeData ){return true;}
end__animation_clip()149 virtual bool end__animation_clip(){return true;}
150 
begin__instance_animation(const instance_animation__AttributeData & attributeData)151 virtual bool begin__instance_animation( const instance_animation__AttributeData& attributeData ){return true;}
end__instance_animation()152 virtual bool end__instance_animation(){return true;}
153 
begin__library_cameras(const library_cameras__AttributeData & attributeData)154 virtual bool begin__library_cameras( const library_cameras__AttributeData& attributeData ){return true;}
end__library_cameras()155 virtual bool end__library_cameras(){return true;}
156 
begin__camera(const camera__AttributeData & attributeData)157 virtual bool begin__camera( const camera__AttributeData& attributeData ){return true;}
end__camera()158 virtual bool end__camera(){return true;}
159 
begin__optics()160 virtual bool begin__optics(){return true;}
end__optics()161 virtual bool end__optics(){return true;}
162 
begin__optics__technique_common()163 virtual bool begin__optics__technique_common(){return true;}
end__optics__technique_common()164 virtual bool end__optics__technique_common(){return true;}
165 
begin__orthographic()166 virtual bool begin__orthographic(){return true;}
end__orthographic()167 virtual bool end__orthographic(){return true;}
168 
begin__xmag(const xmag__AttributeData & attributeData)169 virtual bool begin__xmag( const xmag__AttributeData& attributeData ){return true;}
end__xmag()170 virtual bool end__xmag(){return true;}
data__xmag(float value)171 virtual bool data__xmag( float value ){return true;}
172 
begin__ymag(const ymag__AttributeData & attributeData)173 virtual bool begin__ymag( const ymag__AttributeData& attributeData ){return true;}
end__ymag()174 virtual bool end__ymag(){return true;}
data__ymag(float value)175 virtual bool data__ymag( float value ){return true;}
176 
begin__aspect_ratio(const aspect_ratio__AttributeData & attributeData)177 virtual bool begin__aspect_ratio( const aspect_ratio__AttributeData& attributeData ){return true;}
end__aspect_ratio()178 virtual bool end__aspect_ratio(){return true;}
data__aspect_ratio(float value)179 virtual bool data__aspect_ratio( float value ){return true;}
180 
begin__znear(const znear__AttributeData & attributeData)181 virtual bool begin__znear( const znear__AttributeData& attributeData ){return true;}
end__znear()182 virtual bool end__znear(){return true;}
data__znear(float value)183 virtual bool data__znear( float value ){return true;}
184 
begin__zfar(const zfar__AttributeData & attributeData)185 virtual bool begin__zfar( const zfar__AttributeData& attributeData ){return true;}
end__zfar()186 virtual bool end__zfar(){return true;}
data__zfar(float value)187 virtual bool data__zfar( float value ){return true;}
188 
begin__perspective()189 virtual bool begin__perspective(){return true;}
end__perspective()190 virtual bool end__perspective(){return true;}
191 
begin__xfov(const xfov__AttributeData & attributeData)192 virtual bool begin__xfov( const xfov__AttributeData& attributeData ){return true;}
end__xfov()193 virtual bool end__xfov(){return true;}
data__xfov(float value)194 virtual bool data__xfov( float value ){return true;}
195 
begin__yfov(const yfov__AttributeData & attributeData)196 virtual bool begin__yfov( const yfov__AttributeData& attributeData ){return true;}
end__yfov()197 virtual bool end__yfov(){return true;}
data__yfov(float value)198 virtual bool data__yfov( float value ){return true;}
199 
begin__imager()200 virtual bool begin__imager(){return true;}
end__imager()201 virtual bool end__imager(){return true;}
202 
begin__library_controllers(const library_controllers__AttributeData & attributeData)203 virtual bool begin__library_controllers( const library_controllers__AttributeData& attributeData ){return true;}
end__library_controllers()204 virtual bool end__library_controllers(){return true;}
205 
begin__controller(const controller__AttributeData & attributeData)206 virtual bool begin__controller( const controller__AttributeData& attributeData ){return true;}
end__controller()207 virtual bool end__controller(){return true;}
208 
begin__skin(const skin__AttributeData & attributeData)209 virtual bool begin__skin( const skin__AttributeData& attributeData ){return true;}
end__skin()210 virtual bool end__skin(){return true;}
211 
begin__bind_shape_matrix()212 virtual bool begin__bind_shape_matrix(){return true;}
end__bind_shape_matrix()213 virtual bool end__bind_shape_matrix(){return true;}
data__bind_shape_matrix(const float * value,size_t length)214 virtual bool data__bind_shape_matrix( const float* value, size_t length ){return true;}
215 
begin__joints()216 virtual bool begin__joints(){return true;}
end__joints()217 virtual bool end__joints(){return true;}
218 
begin__vertex_weights(const vertex_weights__AttributeData & attributeData)219 virtual bool begin__vertex_weights( const vertex_weights__AttributeData& attributeData ){return true;}
end__vertex_weights()220 virtual bool end__vertex_weights(){return true;}
221 
begin__input____InputLocalOffset(const input____InputLocalOffset__AttributeData & attributeData)222 virtual bool begin__input____InputLocalOffset( const input____InputLocalOffset__AttributeData& attributeData ){return true;}
end__input____InputLocalOffset()223 virtual bool end__input____InputLocalOffset(){return true;}
224 
begin__vcount()225 virtual bool begin__vcount(){return true;}
end__vcount()226 virtual bool end__vcount(){return true;}
data__vcount(const uint64 * value,size_t length)227 virtual bool data__vcount( const uint64* value, size_t length ){return true;}
228 
begin__v()229 virtual bool begin__v(){return true;}
end__v()230 virtual bool end__v(){return true;}
data__v(const sint64 * value,size_t length)231 virtual bool data__v( const sint64* value, size_t length ){return true;}
232 
begin__morph(const morph__AttributeData & attributeData)233 virtual bool begin__morph( const morph__AttributeData& attributeData ){return true;}
end__morph()234 virtual bool end__morph(){return true;}
235 
begin__targets()236 virtual bool begin__targets(){return true;}
end__targets()237 virtual bool end__targets(){return true;}
238 
begin__library_geometries(const library_geometries__AttributeData & attributeData)239 virtual bool begin__library_geometries( const library_geometries__AttributeData& attributeData ){return true;}
end__library_geometries()240 virtual bool end__library_geometries(){return true;}
241 
begin__geometry(const geometry__AttributeData & attributeData)242 virtual bool begin__geometry( const geometry__AttributeData& attributeData ){return true;}
end__geometry()243 virtual bool end__geometry(){return true;}
244 
begin__convex_mesh(const convex_mesh__AttributeData & attributeData)245 virtual bool begin__convex_mesh( const convex_mesh__AttributeData& attributeData ){return true;}
end__convex_mesh()246 virtual bool end__convex_mesh(){return true;}
247 
begin__vertices(const vertices__AttributeData & attributeData)248 virtual bool begin__vertices( const vertices__AttributeData& attributeData ){return true;}
end__vertices()249 virtual bool end__vertices(){return true;}
250 
begin__lines(const lines__AttributeData & attributeData)251 virtual bool begin__lines( const lines__AttributeData& attributeData ){return true;}
end__lines()252 virtual bool end__lines(){return true;}
253 
begin__p()254 virtual bool begin__p(){return true;}
end__p()255 virtual bool end__p(){return true;}
data__p(const uint64 * value,size_t length)256 virtual bool data__p( const uint64* value, size_t length ){return true;}
257 
begin__linestrips(const linestrips__AttributeData & attributeData)258 virtual bool begin__linestrips( const linestrips__AttributeData& attributeData ){return true;}
end__linestrips()259 virtual bool end__linestrips(){return true;}
260 
begin__polygons(const polygons__AttributeData & attributeData)261 virtual bool begin__polygons( const polygons__AttributeData& attributeData ){return true;}
end__polygons()262 virtual bool end__polygons(){return true;}
263 
begin__ph()264 virtual bool begin__ph(){return true;}
end__ph()265 virtual bool end__ph(){return true;}
266 
begin__h()267 virtual bool begin__h(){return true;}
end__h()268 virtual bool end__h(){return true;}
data__h(const uint64 * value,size_t length)269 virtual bool data__h( const uint64* value, size_t length ){return true;}
270 
begin__polylist(const polylist__AttributeData & attributeData)271 virtual bool begin__polylist( const polylist__AttributeData& attributeData ){return true;}
end__polylist()272 virtual bool end__polylist(){return true;}
273 
begin__triangles(const triangles__AttributeData & attributeData)274 virtual bool begin__triangles( const triangles__AttributeData& attributeData ){return true;}
end__triangles()275 virtual bool end__triangles(){return true;}
276 
begin__trifans(const trifans__AttributeData & attributeData)277 virtual bool begin__trifans( const trifans__AttributeData& attributeData ){return true;}
end__trifans()278 virtual bool end__trifans(){return true;}
279 
begin__tristrips(const tristrips__AttributeData & attributeData)280 virtual bool begin__tristrips( const tristrips__AttributeData& attributeData ){return true;}
end__tristrips()281 virtual bool end__tristrips(){return true;}
282 
begin__mesh()283 virtual bool begin__mesh(){return true;}
end__mesh()284 virtual bool end__mesh(){return true;}
285 
begin__spline(const spline__AttributeData & attributeData)286 virtual bool begin__spline( const spline__AttributeData& attributeData ){return true;}
end__spline()287 virtual bool end__spline(){return true;}
288 
begin__control_vertices()289 virtual bool begin__control_vertices(){return true;}
end__control_vertices()290 virtual bool end__control_vertices(){return true;}
291 
begin__library_effects(const library_effects__AttributeData & attributeData)292 virtual bool begin__library_effects( const library_effects__AttributeData& attributeData ){return true;}
end__library_effects()293 virtual bool end__library_effects(){return true;}
294 
begin__effect(const effect__AttributeData & attributeData)295 virtual bool begin__effect( const effect__AttributeData& attributeData ){return true;}
end__effect()296 virtual bool end__effect(){return true;}
297 
begin__annotate(const annotate__AttributeData & attributeData)298 virtual bool begin__annotate( const annotate__AttributeData& attributeData ){return true;}
end__annotate()299 virtual bool end__annotate(){return true;}
300 
begin__bool____bool()301 virtual bool begin__bool____bool(){return true;}
end__bool____bool()302 virtual bool end__bool____bool(){return true;}
data__bool____bool(bool value)303 virtual bool data__bool____bool( bool value ){return true;}
304 
begin__bool2____bool2()305 virtual bool begin__bool2____bool2(){return true;}
end__bool2____bool2()306 virtual bool end__bool2____bool2(){return true;}
data__bool2____bool2(const bool * value,size_t length)307 virtual bool data__bool2____bool2( const bool* value, size_t length ){return true;}
308 
begin__bool3____bool3()309 virtual bool begin__bool3____bool3(){return true;}
end__bool3____bool3()310 virtual bool end__bool3____bool3(){return true;}
data__bool3____bool3(const bool * value,size_t length)311 virtual bool data__bool3____bool3( const bool* value, size_t length ){return true;}
312 
begin__bool4____bool4()313 virtual bool begin__bool4____bool4(){return true;}
end__bool4____bool4()314 virtual bool end__bool4____bool4(){return true;}
data__bool4____bool4(const bool * value,size_t length)315 virtual bool data__bool4____bool4( const bool* value, size_t length ){return true;}
316 
begin__int____int()317 virtual bool begin__int____int(){return true;}
end__int____int()318 virtual bool end__int____int(){return true;}
data__int____int(sint64 value)319 virtual bool data__int____int( sint64 value ){return true;}
320 
begin__int2____int2()321 virtual bool begin__int2____int2(){return true;}
end__int2____int2()322 virtual bool end__int2____int2(){return true;}
data__int2____int2(const sint64 * value,size_t length)323 virtual bool data__int2____int2( const sint64* value, size_t length ){return true;}
324 
begin__int3____int3()325 virtual bool begin__int3____int3(){return true;}
end__int3____int3()326 virtual bool end__int3____int3(){return true;}
data__int3____int3(const sint64 * value,size_t length)327 virtual bool data__int3____int3( const sint64* value, size_t length ){return true;}
328 
begin__int4____int4()329 virtual bool begin__int4____int4(){return true;}
end__int4____int4()330 virtual bool end__int4____int4(){return true;}
data__int4____int4(const sint64 * value,size_t length)331 virtual bool data__int4____int4( const sint64* value, size_t length ){return true;}
332 
begin__float____float()333 virtual bool begin__float____float(){return true;}
end__float____float()334 virtual bool end__float____float(){return true;}
data__float____float(float value)335 virtual bool data__float____float( float value ){return true;}
336 
begin__float2____float2()337 virtual bool begin__float2____float2(){return true;}
end__float2____float2()338 virtual bool end__float2____float2(){return true;}
data__float2____float2(const float * value,size_t length)339 virtual bool data__float2____float2( const float* value, size_t length ){return true;}
340 
begin__float3____float3()341 virtual bool begin__float3____float3(){return true;}
end__float3____float3()342 virtual bool end__float3____float3(){return true;}
data__float3____float3(const float * value,size_t length)343 virtual bool data__float3____float3( const float* value, size_t length ){return true;}
344 
begin__float4____float4()345 virtual bool begin__float4____float4(){return true;}
end__float4____float4()346 virtual bool end__float4____float4(){return true;}
data__float4____float4(const float * value,size_t length)347 virtual bool data__float4____float4( const float* value, size_t length ){return true;}
348 
begin__float2x2____float2x2()349 virtual bool begin__float2x2____float2x2(){return true;}
end__float2x2____float2x2()350 virtual bool end__float2x2____float2x2(){return true;}
data__float2x2____float2x2(const float * value,size_t length)351 virtual bool data__float2x2____float2x2( const float* value, size_t length ){return true;}
352 
begin__float3x3____float3x3()353 virtual bool begin__float3x3____float3x3(){return true;}
end__float3x3____float3x3()354 virtual bool end__float3x3____float3x3(){return true;}
data__float3x3____float3x3(const float * value,size_t length)355 virtual bool data__float3x3____float3x3( const float* value, size_t length ){return true;}
356 
begin__float4x4____float4x4()357 virtual bool begin__float4x4____float4x4(){return true;}
end__float4x4____float4x4()358 virtual bool end__float4x4____float4x4(){return true;}
data__float4x4____float4x4(const float * value,size_t length)359 virtual bool data__float4x4____float4x4( const float* value, size_t length ){return true;}
360 
begin__string()361 virtual bool begin__string(){return true;}
end__string()362 virtual bool end__string(){return true;}
data__string(const ParserChar * value,size_t length)363 virtual bool data__string( const ParserChar* value, size_t length ){return true;}
364 
begin__image(const image__AttributeData & attributeData)365 virtual bool begin__image( const image__AttributeData& attributeData ){return true;}
end__image()366 virtual bool end__image(){return true;}
367 
begin__data()368 virtual bool begin__data(){return true;}
end__data()369 virtual bool end__data(){return true;}
data__data(const uint8 * value,size_t length)370 virtual bool data__data( const uint8* value, size_t length ){return true;}
371 
begin__init_from____anyURI()372 virtual bool begin__init_from____anyURI(){return true;}
end__init_from____anyURI()373 virtual bool end__init_from____anyURI(){return true;}
data__init_from____anyURI(COLLADABU::URI value)374 virtual bool data__init_from____anyURI( COLLADABU::URI value ){return true;}
375 
begin__newparam____fx_newparam_common(const newparam____fx_newparam_common__AttributeData & attributeData)376 virtual bool begin__newparam____fx_newparam_common( const newparam____fx_newparam_common__AttributeData& attributeData ){return true;}
end__newparam____fx_newparam_common()377 virtual bool end__newparam____fx_newparam_common(){return true;}
378 
begin__semantic()379 virtual bool begin__semantic(){return true;}
end__semantic()380 virtual bool end__semantic(){return true;}
data__semantic(const ParserChar * value,size_t length)381 virtual bool data__semantic( const ParserChar* value, size_t length ){return true;}
382 
begin__modifier()383 virtual bool begin__modifier(){return true;}
end__modifier()384 virtual bool end__modifier(){return true;}
data__modifier(const ENUM__fx_modifier_enum_common value)385 virtual bool data__modifier( const ENUM__fx_modifier_enum_common value ){return true;}
386 
begin__float1x1____float()387 virtual bool begin__float1x1____float(){return true;}
end__float1x1____float()388 virtual bool end__float1x1____float(){return true;}
data__float1x1____float(float value)389 virtual bool data__float1x1____float( float value ){return true;}
390 
begin__float1x2____float2()391 virtual bool begin__float1x2____float2(){return true;}
end__float1x2____float2()392 virtual bool end__float1x2____float2(){return true;}
data__float1x2____float2(const float * value,size_t length)393 virtual bool data__float1x2____float2( const float* value, size_t length ){return true;}
394 
begin__float1x3____float3()395 virtual bool begin__float1x3____float3(){return true;}
end__float1x3____float3()396 virtual bool end__float1x3____float3(){return true;}
data__float1x3____float3(const float * value,size_t length)397 virtual bool data__float1x3____float3( const float* value, size_t length ){return true;}
398 
begin__float1x4____float4()399 virtual bool begin__float1x4____float4(){return true;}
end__float1x4____float4()400 virtual bool end__float1x4____float4(){return true;}
data__float1x4____float4(const float * value,size_t length)401 virtual bool data__float1x4____float4( const float* value, size_t length ){return true;}
402 
begin__float2x1____float2()403 virtual bool begin__float2x1____float2(){return true;}
end__float2x1____float2()404 virtual bool end__float2x1____float2(){return true;}
data__float2x1____float2(const float * value,size_t length)405 virtual bool data__float2x1____float2( const float* value, size_t length ){return true;}
406 
begin__float2x3____float2x3()407 virtual bool begin__float2x3____float2x3(){return true;}
end__float2x3____float2x3()408 virtual bool end__float2x3____float2x3(){return true;}
data__float2x3____float2x3(const float * value,size_t length)409 virtual bool data__float2x3____float2x3( const float* value, size_t length ){return true;}
410 
begin__float2x4____float2x4()411 virtual bool begin__float2x4____float2x4(){return true;}
end__float2x4____float2x4()412 virtual bool end__float2x4____float2x4(){return true;}
data__float2x4____float2x4(const float * value,size_t length)413 virtual bool data__float2x4____float2x4( const float* value, size_t length ){return true;}
414 
begin__float3x1____float3()415 virtual bool begin__float3x1____float3(){return true;}
end__float3x1____float3()416 virtual bool end__float3x1____float3(){return true;}
data__float3x1____float3(const float * value,size_t length)417 virtual bool data__float3x1____float3( const float* value, size_t length ){return true;}
418 
begin__float3x2____float3x2()419 virtual bool begin__float3x2____float3x2(){return true;}
end__float3x2____float3x2()420 virtual bool end__float3x2____float3x2(){return true;}
data__float3x2____float3x2(const float * value,size_t length)421 virtual bool data__float3x2____float3x2( const float* value, size_t length ){return true;}
422 
begin__float3x4____float3x4()423 virtual bool begin__float3x4____float3x4(){return true;}
end__float3x4____float3x4()424 virtual bool end__float3x4____float3x4(){return true;}
data__float3x4____float3x4(const float * value,size_t length)425 virtual bool data__float3x4____float3x4( const float* value, size_t length ){return true;}
426 
begin__float4x1____float4()427 virtual bool begin__float4x1____float4(){return true;}
end__float4x1____float4()428 virtual bool end__float4x1____float4(){return true;}
data__float4x1____float4(const float * value,size_t length)429 virtual bool data__float4x1____float4( const float* value, size_t length ){return true;}
430 
begin__float4x2____float4x2()431 virtual bool begin__float4x2____float4x2(){return true;}
end__float4x2____float4x2()432 virtual bool end__float4x2____float4x2(){return true;}
data__float4x2____float4x2(const float * value,size_t length)433 virtual bool data__float4x2____float4x2( const float* value, size_t length ){return true;}
434 
begin__float4x3____float4x3()435 virtual bool begin__float4x3____float4x3(){return true;}
end__float4x3____float4x3()436 virtual bool end__float4x3____float4x3(){return true;}
data__float4x3____float4x3(const float * value,size_t length)437 virtual bool data__float4x3____float4x3( const float* value, size_t length ){return true;}
438 
begin__surface____fx_surface_common(const surface____fx_surface_common__AttributeData & attributeData)439 virtual bool begin__surface____fx_surface_common( const surface____fx_surface_common__AttributeData& attributeData ){return true;}
end__surface____fx_surface_common()440 virtual bool end__surface____fx_surface_common(){return true;}
441 
begin__init_as_null(const init_as_null__AttributeData & attributeData)442 virtual bool begin__init_as_null( const init_as_null__AttributeData& attributeData ){return true;}
end__init_as_null()443 virtual bool end__init_as_null(){return true;}
data__init_as_null(const ParserChar * value,size_t length)444 virtual bool data__init_as_null( const ParserChar* value, size_t length ){return true;}
445 
begin__init_as_target(const init_as_target__AttributeData & attributeData)446 virtual bool begin__init_as_target( const init_as_target__AttributeData& attributeData ){return true;}
end__init_as_target()447 virtual bool end__init_as_target(){return true;}
data__init_as_target(const ParserChar * value,size_t length)448 virtual bool data__init_as_target( const ParserChar* value, size_t length ){return true;}
449 
begin__init_cube()450 virtual bool begin__init_cube(){return true;}
end__init_cube()451 virtual bool end__init_cube(){return true;}
452 
begin__fx_surface_init_cube_common____all(const fx_surface_init_cube_common____all__AttributeData & attributeData)453 virtual bool begin__fx_surface_init_cube_common____all( const fx_surface_init_cube_common____all__AttributeData& attributeData ){return true;}
end__fx_surface_init_cube_common____all()454 virtual bool end__fx_surface_init_cube_common____all(){return true;}
455 
begin__fx_surface_init_cube_common____primary(const fx_surface_init_cube_common____primary__AttributeData & attributeData)456 virtual bool begin__fx_surface_init_cube_common____primary( const fx_surface_init_cube_common____primary__AttributeData& attributeData ){return true;}
end__fx_surface_init_cube_common____primary()457 virtual bool end__fx_surface_init_cube_common____primary(){return true;}
458 
begin__order()459 virtual bool begin__order(){return true;}
end__order()460 virtual bool end__order(){return true;}
data__order(const ENUM__fx_surface_face_enum value)461 virtual bool data__order( const ENUM__fx_surface_face_enum value ){return true;}
462 
begin__fx_surface_init_cube_common____face(const fx_surface_init_cube_common____face__AttributeData & attributeData)463 virtual bool begin__fx_surface_init_cube_common____face( const fx_surface_init_cube_common____face__AttributeData& attributeData ){return true;}
end__fx_surface_init_cube_common____face()464 virtual bool end__fx_surface_init_cube_common____face(){return true;}
465 
begin__init_volume()466 virtual bool begin__init_volume(){return true;}
end__init_volume()467 virtual bool end__init_volume(){return true;}
468 
begin__fx_surface_init_volume_common____all(const fx_surface_init_volume_common____all__AttributeData & attributeData)469 virtual bool begin__fx_surface_init_volume_common____all( const fx_surface_init_volume_common____all__AttributeData& attributeData ){return true;}
end__fx_surface_init_volume_common____all()470 virtual bool end__fx_surface_init_volume_common____all(){return true;}
471 
begin__fx_surface_init_volume_common____primary(const fx_surface_init_volume_common____primary__AttributeData & attributeData)472 virtual bool begin__fx_surface_init_volume_common____primary( const fx_surface_init_volume_common____primary__AttributeData& attributeData ){return true;}
end__fx_surface_init_volume_common____primary()473 virtual bool end__fx_surface_init_volume_common____primary(){return true;}
474 
begin__init_planar()475 virtual bool begin__init_planar(){return true;}
end__init_planar()476 virtual bool end__init_planar(){return true;}
477 
begin__fx_surface_init_planar_common____all(const fx_surface_init_planar_common____all__AttributeData & attributeData)478 virtual bool begin__fx_surface_init_planar_common____all( const fx_surface_init_planar_common____all__AttributeData& attributeData ){return true;}
end__fx_surface_init_planar_common____all()479 virtual bool end__fx_surface_init_planar_common____all(){return true;}
480 
begin__init_from____fx_surface_init_from_common(const init_from____fx_surface_init_from_common__AttributeData & attributeData)481 virtual bool begin__init_from____fx_surface_init_from_common( const init_from____fx_surface_init_from_common__AttributeData& attributeData ){return true;}
end__init_from____fx_surface_init_from_common()482 virtual bool end__init_from____fx_surface_init_from_common(){return true;}
data__init_from____fx_surface_init_from_common(const ParserChar * value,size_t length)483 virtual bool data__init_from____fx_surface_init_from_common( const ParserChar* value, size_t length ){return true;}
484 
begin__format()485 virtual bool begin__format(){return true;}
end__format()486 virtual bool end__format(){return true;}
data__format(const ParserChar * value,size_t length)487 virtual bool data__format( const ParserChar* value, size_t length ){return true;}
488 
begin__format_hint()489 virtual bool begin__format_hint(){return true;}
end__format_hint()490 virtual bool end__format_hint(){return true;}
491 
begin__channels()492 virtual bool begin__channels(){return true;}
end__channels()493 virtual bool end__channels(){return true;}
data__channels(const ENUM__fx_surface_format_hint_channels_enum value)494 virtual bool data__channels( const ENUM__fx_surface_format_hint_channels_enum value ){return true;}
495 
begin__range()496 virtual bool begin__range(){return true;}
end__range()497 virtual bool end__range(){return true;}
data__range(const ENUM__fx_surface_format_hint_range_enum value)498 virtual bool data__range( const ENUM__fx_surface_format_hint_range_enum value ){return true;}
499 
begin__precision()500 virtual bool begin__precision(){return true;}
end__precision()501 virtual bool end__precision(){return true;}
data__precision(const ENUM__fx_surface_format_hint_precision_enum value)502 virtual bool data__precision( const ENUM__fx_surface_format_hint_precision_enum value ){return true;}
503 
begin__option()504 virtual bool begin__option(){return true;}
end__option()505 virtual bool end__option(){return true;}
data__option(const ENUM__fx_surface_format_hint_option_enum value)506 virtual bool data__option( const ENUM__fx_surface_format_hint_option_enum value ){return true;}
507 
begin__size____int3()508 virtual bool begin__size____int3(){return true;}
end__size____int3()509 virtual bool end__size____int3(){return true;}
data__size____int3(const sint64 * value,size_t length)510 virtual bool data__size____int3( const sint64* value, size_t length ){return true;}
511 
begin__viewport_ratio()512 virtual bool begin__viewport_ratio(){return true;}
end__viewport_ratio()513 virtual bool end__viewport_ratio(){return true;}
data__viewport_ratio(const float * value,size_t length)514 virtual bool data__viewport_ratio( const float* value, size_t length ){return true;}
515 
begin__mip_levels()516 virtual bool begin__mip_levels(){return true;}
end__mip_levels()517 virtual bool end__mip_levels(){return true;}
data__mip_levels(uint32 value)518 virtual bool data__mip_levels( uint32 value ){return true;}
519 
begin__mipmap_generate()520 virtual bool begin__mipmap_generate(){return true;}
end__mipmap_generate()521 virtual bool end__mipmap_generate(){return true;}
data__mipmap_generate(bool value)522 virtual bool data__mipmap_generate( bool value ){return true;}
523 
begin__sampler1D____fx_sampler1D_common()524 virtual bool begin__sampler1D____fx_sampler1D_common(){return true;}
end__sampler1D____fx_sampler1D_common()525 virtual bool end__sampler1D____fx_sampler1D_common(){return true;}
526 
begin__source____NCName()527 virtual bool begin__source____NCName(){return true;}
end__source____NCName()528 virtual bool end__source____NCName(){return true;}
data__source____NCName(const ParserChar * value,size_t length)529 virtual bool data__source____NCName( const ParserChar* value, size_t length ){return true;}
530 
begin__wrap_s____fx_sampler_wrap_common()531 virtual bool begin__wrap_s____fx_sampler_wrap_common(){return true;}
end__wrap_s____fx_sampler_wrap_common()532 virtual bool end__wrap_s____fx_sampler_wrap_common(){return true;}
data__wrap_s____fx_sampler_wrap_common(const ENUM__fx_sampler_wrap_common value)533 virtual bool data__wrap_s____fx_sampler_wrap_common( const ENUM__fx_sampler_wrap_common value ){return true;}
534 
begin__minfilter()535 virtual bool begin__minfilter(){return true;}
end__minfilter()536 virtual bool end__minfilter(){return true;}
data__minfilter(const ENUM__fx_sampler_filter_common value)537 virtual bool data__minfilter( const ENUM__fx_sampler_filter_common value ){return true;}
538 
begin__magfilter()539 virtual bool begin__magfilter(){return true;}
end__magfilter()540 virtual bool end__magfilter(){return true;}
data__magfilter(const ENUM__fx_sampler_filter_common value)541 virtual bool data__magfilter( const ENUM__fx_sampler_filter_common value ){return true;}
542 
begin__mipfilter()543 virtual bool begin__mipfilter(){return true;}
end__mipfilter()544 virtual bool end__mipfilter(){return true;}
data__mipfilter(const ENUM__fx_sampler_filter_common value)545 virtual bool data__mipfilter( const ENUM__fx_sampler_filter_common value ){return true;}
546 
begin__border_color()547 virtual bool begin__border_color(){return true;}
end__border_color()548 virtual bool end__border_color(){return true;}
data__border_color(const float * value,size_t length)549 virtual bool data__border_color( const float* value, size_t length ){return true;}
550 
begin__mipmap_maxlevel()551 virtual bool begin__mipmap_maxlevel(){return true;}
end__mipmap_maxlevel()552 virtual bool end__mipmap_maxlevel(){return true;}
data__mipmap_maxlevel(uint8 value)553 virtual bool data__mipmap_maxlevel( uint8 value ){return true;}
554 
begin__mipmap_bias()555 virtual bool begin__mipmap_bias(){return true;}
end__mipmap_bias()556 virtual bool end__mipmap_bias(){return true;}
data__mipmap_bias(float value)557 virtual bool data__mipmap_bias( float value ){return true;}
558 
begin__sampler2D____fx_sampler2D_common()559 virtual bool begin__sampler2D____fx_sampler2D_common(){return true;}
end__sampler2D____fx_sampler2D_common()560 virtual bool end__sampler2D____fx_sampler2D_common(){return true;}
561 
begin__wrap_t____fx_sampler_wrap_common()562 virtual bool begin__wrap_t____fx_sampler_wrap_common(){return true;}
end__wrap_t____fx_sampler_wrap_common()563 virtual bool end__wrap_t____fx_sampler_wrap_common(){return true;}
data__wrap_t____fx_sampler_wrap_common(const ENUM__fx_sampler_wrap_common value)564 virtual bool data__wrap_t____fx_sampler_wrap_common( const ENUM__fx_sampler_wrap_common value ){return true;}
565 
begin__sampler3D____fx_sampler3D_common()566 virtual bool begin__sampler3D____fx_sampler3D_common(){return true;}
end__sampler3D____fx_sampler3D_common()567 virtual bool end__sampler3D____fx_sampler3D_common(){return true;}
568 
begin__wrap_p()569 virtual bool begin__wrap_p(){return true;}
end__wrap_p()570 virtual bool end__wrap_p(){return true;}
data__wrap_p(const ENUM__fx_sampler_wrap_common value)571 virtual bool data__wrap_p( const ENUM__fx_sampler_wrap_common value ){return true;}
572 
begin__samplerCUBE____fx_samplerCUBE_common()573 virtual bool begin__samplerCUBE____fx_samplerCUBE_common(){return true;}
end__samplerCUBE____fx_samplerCUBE_common()574 virtual bool end__samplerCUBE____fx_samplerCUBE_common(){return true;}
575 
begin__samplerRECT____fx_samplerRECT_common()576 virtual bool begin__samplerRECT____fx_samplerRECT_common(){return true;}
end__samplerRECT____fx_samplerRECT_common()577 virtual bool end__samplerRECT____fx_samplerRECT_common(){return true;}
578 
begin__samplerDEPTH____fx_samplerDEPTH_common()579 virtual bool begin__samplerDEPTH____fx_samplerDEPTH_common(){return true;}
end__samplerDEPTH____fx_samplerDEPTH_common()580 virtual bool end__samplerDEPTH____fx_samplerDEPTH_common(){return true;}
581 
begin__enum____string()582 virtual bool begin__enum____string(){return true;}
end__enum____string()583 virtual bool end__enum____string(){return true;}
data__enum____string(const ParserChar * value,size_t length)584 virtual bool data__enum____string( const ParserChar* value, size_t length ){return true;}
585 
begin__fx_profile_abstract(const fx_profile_abstract__AttributeData & attributeData)586 virtual bool begin__fx_profile_abstract( const fx_profile_abstract__AttributeData& attributeData ){return true;}
end__fx_profile_abstract()587 virtual bool end__fx_profile_abstract(){return true;}
data__fx_profile_abstract(const ParserChar * value,size_t length)588 virtual bool data__fx_profile_abstract( const ParserChar* value, size_t length ){return true;}
589 
begin__library_force_fields(const library_force_fields__AttributeData & attributeData)590 virtual bool begin__library_force_fields( const library_force_fields__AttributeData& attributeData ){return true;}
end__library_force_fields()591 virtual bool end__library_force_fields(){return true;}
592 
begin__force_field(const force_field__AttributeData & attributeData)593 virtual bool begin__force_field( const force_field__AttributeData& attributeData ){return true;}
end__force_field()594 virtual bool end__force_field(){return true;}
595 
begin__library_images(const library_images__AttributeData & attributeData)596 virtual bool begin__library_images( const library_images__AttributeData& attributeData ){return true;}
end__library_images()597 virtual bool end__library_images(){return true;}
598 
begin__library_lights(const library_lights__AttributeData & attributeData)599 virtual bool begin__library_lights( const library_lights__AttributeData& attributeData ){return true;}
end__library_lights()600 virtual bool end__library_lights(){return true;}
601 
begin__light(const light__AttributeData & attributeData)602 virtual bool begin__light( const light__AttributeData& attributeData ){return true;}
end__light()603 virtual bool end__light(){return true;}
604 
begin__light__technique_common()605 virtual bool begin__light__technique_common(){return true;}
end__light__technique_common()606 virtual bool end__light__technique_common(){return true;}
607 
begin__light__technique_common__ambient()608 virtual bool begin__light__technique_common__ambient(){return true;}
end__light__technique_common__ambient()609 virtual bool end__light__technique_common__ambient(){return true;}
610 
begin__color____TargetableFloat3(const color____TargetableFloat3__AttributeData & attributeData)611 virtual bool begin__color____TargetableFloat3( const color____TargetableFloat3__AttributeData& attributeData ){return true;}
end__color____TargetableFloat3()612 virtual bool end__color____TargetableFloat3(){return true;}
data__color____TargetableFloat3(const float * value,size_t length)613 virtual bool data__color____TargetableFloat3( const float* value, size_t length ){return true;}
614 
begin__directional()615 virtual bool begin__directional(){return true;}
end__directional()616 virtual bool end__directional(){return true;}
617 
begin__point()618 virtual bool begin__point(){return true;}
end__point()619 virtual bool end__point(){return true;}
620 
begin__constant_attenuation(const constant_attenuation__AttributeData & attributeData)621 virtual bool begin__constant_attenuation( const constant_attenuation__AttributeData& attributeData ){return true;}
end__constant_attenuation()622 virtual bool end__constant_attenuation(){return true;}
data__constant_attenuation(float value)623 virtual bool data__constant_attenuation( float value ){return true;}
624 
begin__linear_attenuation(const linear_attenuation__AttributeData & attributeData)625 virtual bool begin__linear_attenuation( const linear_attenuation__AttributeData& attributeData ){return true;}
end__linear_attenuation()626 virtual bool end__linear_attenuation(){return true;}
data__linear_attenuation(float value)627 virtual bool data__linear_attenuation( float value ){return true;}
628 
begin__quadratic_attenuation(const quadratic_attenuation__AttributeData & attributeData)629 virtual bool begin__quadratic_attenuation( const quadratic_attenuation__AttributeData& attributeData ){return true;}
end__quadratic_attenuation()630 virtual bool end__quadratic_attenuation(){return true;}
data__quadratic_attenuation(float value)631 virtual bool data__quadratic_attenuation( float value ){return true;}
632 
begin__spot()633 virtual bool begin__spot(){return true;}
end__spot()634 virtual bool end__spot(){return true;}
635 
begin__falloff_angle(const falloff_angle__AttributeData & attributeData)636 virtual bool begin__falloff_angle( const falloff_angle__AttributeData& attributeData ){return true;}
end__falloff_angle()637 virtual bool end__falloff_angle(){return true;}
data__falloff_angle(float value)638 virtual bool data__falloff_angle( float value ){return true;}
639 
begin__falloff_exponent(const falloff_exponent__AttributeData & attributeData)640 virtual bool begin__falloff_exponent( const falloff_exponent__AttributeData& attributeData ){return true;}
end__falloff_exponent()641 virtual bool end__falloff_exponent(){return true;}
data__falloff_exponent(float value)642 virtual bool data__falloff_exponent( float value ){return true;}
643 
begin__library_materials(const library_materials__AttributeData & attributeData)644 virtual bool begin__library_materials( const library_materials__AttributeData& attributeData ){return true;}
end__library_materials()645 virtual bool end__library_materials(){return true;}
646 
begin__material(const material__AttributeData & attributeData)647 virtual bool begin__material( const material__AttributeData& attributeData ){return true;}
end__material()648 virtual bool end__material(){return true;}
649 
begin__instance_effect(const instance_effect__AttributeData & attributeData)650 virtual bool begin__instance_effect( const instance_effect__AttributeData& attributeData ){return true;}
end__instance_effect()651 virtual bool end__instance_effect(){return true;}
652 
begin__technique_hint(const technique_hint__AttributeData & attributeData)653 virtual bool begin__technique_hint( const technique_hint__AttributeData& attributeData ){return true;}
end__technique_hint()654 virtual bool end__technique_hint(){return true;}
655 
begin__instance_effect__setparam(const instance_effect__setparam__AttributeData & attributeData)656 virtual bool begin__instance_effect__setparam( const instance_effect__setparam__AttributeData& attributeData ){return true;}
end__instance_effect__setparam()657 virtual bool end__instance_effect__setparam(){return true;}
658 
begin__library_nodes(const library_nodes__AttributeData & attributeData)659 virtual bool begin__library_nodes( const library_nodes__AttributeData& attributeData ){return true;}
end__library_nodes()660 virtual bool end__library_nodes(){return true;}
661 
begin__node(const node__AttributeData & attributeData)662 virtual bool begin__node( const node__AttributeData& attributeData ){return true;}
end__node()663 virtual bool end__node(){return true;}
664 
begin__lookat(const lookat__AttributeData & attributeData)665 virtual bool begin__lookat( const lookat__AttributeData& attributeData ){return true;}
end__lookat()666 virtual bool end__lookat(){return true;}
data__lookat(const float * value,size_t length)667 virtual bool data__lookat( const float* value, size_t length ){return true;}
668 
begin__matrix(const matrix__AttributeData & attributeData)669 virtual bool begin__matrix( const matrix__AttributeData& attributeData ){return true;}
end__matrix()670 virtual bool end__matrix(){return true;}
data__matrix(const float * value,size_t length)671 virtual bool data__matrix( const float* value, size_t length ){return true;}
672 
begin__rotate(const rotate__AttributeData & attributeData)673 virtual bool begin__rotate( const rotate__AttributeData& attributeData ){return true;}
end__rotate()674 virtual bool end__rotate(){return true;}
data__rotate(const float * value,size_t length)675 virtual bool data__rotate( const float* value, size_t length ){return true;}
676 
begin__scale(const scale__AttributeData & attributeData)677 virtual bool begin__scale( const scale__AttributeData& attributeData ){return true;}
end__scale()678 virtual bool end__scale(){return true;}
data__scale(const float * value,size_t length)679 virtual bool data__scale( const float* value, size_t length ){return true;}
680 
begin__skew(const skew__AttributeData & attributeData)681 virtual bool begin__skew( const skew__AttributeData& attributeData ){return true;}
end__skew()682 virtual bool end__skew(){return true;}
data__skew(const float * value,size_t length)683 virtual bool data__skew( const float* value, size_t length ){return true;}
684 
begin__translate(const translate__AttributeData & attributeData)685 virtual bool begin__translate( const translate__AttributeData& attributeData ){return true;}
end__translate()686 virtual bool end__translate(){return true;}
data__translate(const float * value,size_t length)687 virtual bool data__translate( const float* value, size_t length ){return true;}
688 
begin__instance_camera(const instance_camera__AttributeData & attributeData)689 virtual bool begin__instance_camera( const instance_camera__AttributeData& attributeData ){return true;}
end__instance_camera()690 virtual bool end__instance_camera(){return true;}
691 
begin__instance_controller(const instance_controller__AttributeData & attributeData)692 virtual bool begin__instance_controller( const instance_controller__AttributeData& attributeData ){return true;}
end__instance_controller()693 virtual bool end__instance_controller(){return true;}
694 
begin__skeleton()695 virtual bool begin__skeleton(){return true;}
end__skeleton()696 virtual bool end__skeleton(){return true;}
data__skeleton(COLLADABU::URI value)697 virtual bool data__skeleton( COLLADABU::URI value ){return true;}
698 
begin__bind_material()699 virtual bool begin__bind_material(){return true;}
end__bind_material()700 virtual bool end__bind_material(){return true;}
701 
begin__bind_material__technique_common()702 virtual bool begin__bind_material__technique_common(){return true;}
end__bind_material__technique_common()703 virtual bool end__bind_material__technique_common(){return true;}
704 
begin__instance_material(const instance_material__AttributeData & attributeData)705 virtual bool begin__instance_material( const instance_material__AttributeData& attributeData ){return true;}
end__instance_material()706 virtual bool end__instance_material(){return true;}
707 
begin__instance_material__bind(const instance_material__bind__AttributeData & attributeData)708 virtual bool begin__instance_material__bind( const instance_material__bind__AttributeData& attributeData ){return true;}
end__instance_material__bind()709 virtual bool end__instance_material__bind(){return true;}
710 
begin__bind_vertex_input(const bind_vertex_input__AttributeData & attributeData)711 virtual bool begin__bind_vertex_input( const bind_vertex_input__AttributeData& attributeData ){return true;}
end__bind_vertex_input()712 virtual bool end__bind_vertex_input(){return true;}
713 
begin__instance_geometry(const instance_geometry__AttributeData & attributeData)714 virtual bool begin__instance_geometry( const instance_geometry__AttributeData& attributeData ){return true;}
end__instance_geometry()715 virtual bool end__instance_geometry(){return true;}
716 
begin__instance_light(const instance_light__AttributeData & attributeData)717 virtual bool begin__instance_light( const instance_light__AttributeData& attributeData ){return true;}
end__instance_light()718 virtual bool end__instance_light(){return true;}
719 
begin__instance_node(const instance_node__AttributeData & attributeData)720 virtual bool begin__instance_node( const instance_node__AttributeData& attributeData ){return true;}
end__instance_node()721 virtual bool end__instance_node(){return true;}
722 
begin__library_physics_materials(const library_physics_materials__AttributeData & attributeData)723 virtual bool begin__library_physics_materials( const library_physics_materials__AttributeData& attributeData ){return true;}
end__library_physics_materials()724 virtual bool end__library_physics_materials(){return true;}
725 
begin__physics_material(const physics_material__AttributeData & attributeData)726 virtual bool begin__physics_material( const physics_material__AttributeData& attributeData ){return true;}
end__physics_material()727 virtual bool end__physics_material(){return true;}
728 
begin__physics_material__technique_common()729 virtual bool begin__physics_material__technique_common(){return true;}
end__physics_material__technique_common()730 virtual bool end__physics_material__technique_common(){return true;}
731 
begin__dynamic_friction(const dynamic_friction__AttributeData & attributeData)732 virtual bool begin__dynamic_friction( const dynamic_friction__AttributeData& attributeData ){return true;}
end__dynamic_friction()733 virtual bool end__dynamic_friction(){return true;}
data__dynamic_friction(float value)734 virtual bool data__dynamic_friction( float value ){return true;}
735 
begin__restitution(const restitution__AttributeData & attributeData)736 virtual bool begin__restitution( const restitution__AttributeData& attributeData ){return true;}
end__restitution()737 virtual bool end__restitution(){return true;}
data__restitution(float value)738 virtual bool data__restitution( float value ){return true;}
739 
begin__static_friction(const static_friction__AttributeData & attributeData)740 virtual bool begin__static_friction( const static_friction__AttributeData& attributeData ){return true;}
end__static_friction()741 virtual bool end__static_friction(){return true;}
data__static_friction(float value)742 virtual bool data__static_friction( float value ){return true;}
743 
begin__library_physics_models(const library_physics_models__AttributeData & attributeData)744 virtual bool begin__library_physics_models( const library_physics_models__AttributeData& attributeData ){return true;}
end__library_physics_models()745 virtual bool end__library_physics_models(){return true;}
746 
begin__physics_model(const physics_model__AttributeData & attributeData)747 virtual bool begin__physics_model( const physics_model__AttributeData& attributeData ){return true;}
end__physics_model()748 virtual bool end__physics_model(){return true;}
749 
begin__rigid_body(const rigid_body__AttributeData & attributeData)750 virtual bool begin__rigid_body( const rigid_body__AttributeData& attributeData ){return true;}
end__rigid_body()751 virtual bool end__rigid_body(){return true;}
752 
begin__rigid_body__technique_common()753 virtual bool begin__rigid_body__technique_common(){return true;}
end__rigid_body__technique_common()754 virtual bool end__rigid_body__technique_common(){return true;}
755 
begin__rigid_body__technique_common__dynamic(const rigid_body__technique_common__dynamic__AttributeData & attributeData)756 virtual bool begin__rigid_body__technique_common__dynamic( const rigid_body__technique_common__dynamic__AttributeData& attributeData ){return true;}
end__rigid_body__technique_common__dynamic()757 virtual bool end__rigid_body__technique_common__dynamic(){return true;}
data__rigid_body__technique_common__dynamic(bool value)758 virtual bool data__rigid_body__technique_common__dynamic( bool value ){return true;}
759 
begin__mass(const mass__AttributeData & attributeData)760 virtual bool begin__mass( const mass__AttributeData& attributeData ){return true;}
end__mass()761 virtual bool end__mass(){return true;}
data__mass(float value)762 virtual bool data__mass( float value ){return true;}
763 
begin__rigid_body__technique_common__mass_frame()764 virtual bool begin__rigid_body__technique_common__mass_frame(){return true;}
end__rigid_body__technique_common__mass_frame()765 virtual bool end__rigid_body__technique_common__mass_frame(){return true;}
766 
begin__inertia(const inertia__AttributeData & attributeData)767 virtual bool begin__inertia( const inertia__AttributeData& attributeData ){return true;}
end__inertia()768 virtual bool end__inertia(){return true;}
data__inertia(const float * value,size_t length)769 virtual bool data__inertia( const float* value, size_t length ){return true;}
770 
begin__instance_physics_material(const instance_physics_material__AttributeData & attributeData)771 virtual bool begin__instance_physics_material( const instance_physics_material__AttributeData& attributeData ){return true;}
end__instance_physics_material()772 virtual bool end__instance_physics_material(){return true;}
773 
begin__rigid_body__technique_common__shape()774 virtual bool begin__rigid_body__technique_common__shape(){return true;}
end__rigid_body__technique_common__shape()775 virtual bool end__rigid_body__technique_common__shape(){return true;}
776 
begin__rigid_body__technique_common__shape__hollow(const rigid_body__technique_common__shape__hollow__AttributeData & attributeData)777 virtual bool begin__rigid_body__technique_common__shape__hollow( const rigid_body__technique_common__shape__hollow__AttributeData& attributeData ){return true;}
end__rigid_body__technique_common__shape__hollow()778 virtual bool end__rigid_body__technique_common__shape__hollow(){return true;}
data__rigid_body__technique_common__shape__hollow(bool value)779 virtual bool data__rigid_body__technique_common__shape__hollow( bool value ){return true;}
780 
begin__density(const density__AttributeData & attributeData)781 virtual bool begin__density( const density__AttributeData& attributeData ){return true;}
end__density()782 virtual bool end__density(){return true;}
data__density(float value)783 virtual bool data__density( float value ){return true;}
784 
begin__plane()785 virtual bool begin__plane(){return true;}
end__plane()786 virtual bool end__plane(){return true;}
787 
begin__equation()788 virtual bool begin__equation(){return true;}
end__equation()789 virtual bool end__equation(){return true;}
data__equation(const float * value,size_t length)790 virtual bool data__equation( const float* value, size_t length ){return true;}
791 
begin__box()792 virtual bool begin__box(){return true;}
end__box()793 virtual bool end__box(){return true;}
794 
begin__half_extents()795 virtual bool begin__half_extents(){return true;}
end__half_extents()796 virtual bool end__half_extents(){return true;}
data__half_extents(const float * value,size_t length)797 virtual bool data__half_extents( const float* value, size_t length ){return true;}
798 
begin__sphere()799 virtual bool begin__sphere(){return true;}
end__sphere()800 virtual bool end__sphere(){return true;}
801 
begin__radius____float()802 virtual bool begin__radius____float(){return true;}
end__radius____float()803 virtual bool end__radius____float(){return true;}
data__radius____float(float value)804 virtual bool data__radius____float( float value ){return true;}
805 
begin__cylinder()806 virtual bool begin__cylinder(){return true;}
end__cylinder()807 virtual bool end__cylinder(){return true;}
808 
begin__height()809 virtual bool begin__height(){return true;}
end__height()810 virtual bool end__height(){return true;}
data__height(float value)811 virtual bool data__height( float value ){return true;}
812 
begin__radius____float2()813 virtual bool begin__radius____float2(){return true;}
end__radius____float2()814 virtual bool end__radius____float2(){return true;}
data__radius____float2(const float * value,size_t length)815 virtual bool data__radius____float2( const float* value, size_t length ){return true;}
816 
begin__tapered_cylinder()817 virtual bool begin__tapered_cylinder(){return true;}
end__tapered_cylinder()818 virtual bool end__tapered_cylinder(){return true;}
819 
begin__radius1()820 virtual bool begin__radius1(){return true;}
end__radius1()821 virtual bool end__radius1(){return true;}
data__radius1(const float * value,size_t length)822 virtual bool data__radius1( const float* value, size_t length ){return true;}
823 
begin__radius2()824 virtual bool begin__radius2(){return true;}
end__radius2()825 virtual bool end__radius2(){return true;}
data__radius2(const float * value,size_t length)826 virtual bool data__radius2( const float* value, size_t length ){return true;}
827 
begin__capsule()828 virtual bool begin__capsule(){return true;}
end__capsule()829 virtual bool end__capsule(){return true;}
830 
begin__tapered_capsule()831 virtual bool begin__tapered_capsule(){return true;}
end__tapered_capsule()832 virtual bool end__tapered_capsule(){return true;}
833 
begin__rigid_constraint(const rigid_constraint__AttributeData & attributeData)834 virtual bool begin__rigid_constraint( const rigid_constraint__AttributeData& attributeData ){return true;}
end__rigid_constraint()835 virtual bool end__rigid_constraint(){return true;}
836 
begin__ref_attachment(const ref_attachment__AttributeData & attributeData)837 virtual bool begin__ref_attachment( const ref_attachment__AttributeData& attributeData ){return true;}
end__ref_attachment()838 virtual bool end__ref_attachment(){return true;}
839 
begin__attachment(const attachment__AttributeData & attributeData)840 virtual bool begin__attachment( const attachment__AttributeData& attributeData ){return true;}
end__attachment()841 virtual bool end__attachment(){return true;}
842 
begin__rigid_constraint__technique_common()843 virtual bool begin__rigid_constraint__technique_common(){return true;}
end__rigid_constraint__technique_common()844 virtual bool end__rigid_constraint__technique_common(){return true;}
845 
begin__enabled(const enabled__AttributeData & attributeData)846 virtual bool begin__enabled( const enabled__AttributeData& attributeData ){return true;}
end__enabled()847 virtual bool end__enabled(){return true;}
data__enabled(bool value)848 virtual bool data__enabled( bool value ){return true;}
849 
begin__interpenetrate(const interpenetrate__AttributeData & attributeData)850 virtual bool begin__interpenetrate( const interpenetrate__AttributeData& attributeData ){return true;}
end__interpenetrate()851 virtual bool end__interpenetrate(){return true;}
data__interpenetrate(bool value)852 virtual bool data__interpenetrate( bool value ){return true;}
853 
begin__limits()854 virtual bool begin__limits(){return true;}
end__limits()855 virtual bool end__limits(){return true;}
856 
begin__swing_cone_and_twist()857 virtual bool begin__swing_cone_and_twist(){return true;}
end__swing_cone_and_twist()858 virtual bool end__swing_cone_and_twist(){return true;}
859 
begin__min(const min__AttributeData & attributeData)860 virtual bool begin__min( const min__AttributeData& attributeData ){return true;}
end__min()861 virtual bool end__min(){return true;}
data__min(const float * value,size_t length)862 virtual bool data__min( const float* value, size_t length ){return true;}
863 
begin__max(const max__AttributeData & attributeData)864 virtual bool begin__max( const max__AttributeData& attributeData ){return true;}
end__max()865 virtual bool end__max(){return true;}
data__max(const float * value,size_t length)866 virtual bool data__max( const float* value, size_t length ){return true;}
867 
begin__limits__linear()868 virtual bool begin__limits__linear(){return true;}
end__limits__linear()869 virtual bool end__limits__linear(){return true;}
870 
begin__spring()871 virtual bool begin__spring(){return true;}
end__spring()872 virtual bool end__spring(){return true;}
873 
begin__angular()874 virtual bool begin__angular(){return true;}
end__angular()875 virtual bool end__angular(){return true;}
876 
begin__stiffness(const stiffness__AttributeData & attributeData)877 virtual bool begin__stiffness( const stiffness__AttributeData& attributeData ){return true;}
end__stiffness()878 virtual bool end__stiffness(){return true;}
data__stiffness(float value)879 virtual bool data__stiffness( float value ){return true;}
880 
begin__damping(const damping__AttributeData & attributeData)881 virtual bool begin__damping( const damping__AttributeData& attributeData ){return true;}
end__damping()882 virtual bool end__damping(){return true;}
data__damping(float value)883 virtual bool data__damping( float value ){return true;}
884 
begin__target_value(const target_value__AttributeData & attributeData)885 virtual bool begin__target_value( const target_value__AttributeData& attributeData ){return true;}
end__target_value()886 virtual bool end__target_value(){return true;}
data__target_value(float value)887 virtual bool data__target_value( float value ){return true;}
888 
begin__spring__linear()889 virtual bool begin__spring__linear(){return true;}
end__spring__linear()890 virtual bool end__spring__linear(){return true;}
891 
begin__instance_physics_model(const instance_physics_model__AttributeData & attributeData)892 virtual bool begin__instance_physics_model( const instance_physics_model__AttributeData& attributeData ){return true;}
end__instance_physics_model()893 virtual bool end__instance_physics_model(){return true;}
894 
begin__instance_force_field(const instance_force_field__AttributeData & attributeData)895 virtual bool begin__instance_force_field( const instance_force_field__AttributeData& attributeData ){return true;}
end__instance_force_field()896 virtual bool end__instance_force_field(){return true;}
897 
begin__instance_rigid_body(const instance_rigid_body__AttributeData & attributeData)898 virtual bool begin__instance_rigid_body( const instance_rigid_body__AttributeData& attributeData ){return true;}
end__instance_rigid_body()899 virtual bool end__instance_rigid_body(){return true;}
900 
begin__instance_rigid_body__technique_common()901 virtual bool begin__instance_rigid_body__technique_common(){return true;}
end__instance_rigid_body__technique_common()902 virtual bool end__instance_rigid_body__technique_common(){return true;}
903 
begin__angular_velocity()904 virtual bool begin__angular_velocity(){return true;}
end__angular_velocity()905 virtual bool end__angular_velocity(){return true;}
data__angular_velocity(const float * value,size_t length)906 virtual bool data__angular_velocity( const float* value, size_t length ){return true;}
907 
begin__velocity()908 virtual bool begin__velocity(){return true;}
end__velocity()909 virtual bool end__velocity(){return true;}
data__velocity(const float * value,size_t length)910 virtual bool data__velocity( const float* value, size_t length ){return true;}
911 
begin__instance_rigid_body__technique_common__dynamic(const instance_rigid_body__technique_common__dynamic__AttributeData & attributeData)912 virtual bool begin__instance_rigid_body__technique_common__dynamic( const instance_rigid_body__technique_common__dynamic__AttributeData& attributeData ){return true;}
end__instance_rigid_body__technique_common__dynamic()913 virtual bool end__instance_rigid_body__technique_common__dynamic(){return true;}
data__instance_rigid_body__technique_common__dynamic(bool value)914 virtual bool data__instance_rigid_body__technique_common__dynamic( bool value ){return true;}
915 
begin__instance_rigid_body__technique_common__mass_frame()916 virtual bool begin__instance_rigid_body__technique_common__mass_frame(){return true;}
end__instance_rigid_body__technique_common__mass_frame()917 virtual bool end__instance_rigid_body__technique_common__mass_frame(){return true;}
918 
begin__instance_rigid_body__technique_common__shape()919 virtual bool begin__instance_rigid_body__technique_common__shape(){return true;}
end__instance_rigid_body__technique_common__shape()920 virtual bool end__instance_rigid_body__technique_common__shape(){return true;}
921 
begin__instance_rigid_body__technique_common__shape__hollow(const instance_rigid_body__technique_common__shape__hollow__AttributeData & attributeData)922 virtual bool begin__instance_rigid_body__technique_common__shape__hollow( const instance_rigid_body__technique_common__shape__hollow__AttributeData& attributeData ){return true;}
end__instance_rigid_body__technique_common__shape__hollow()923 virtual bool end__instance_rigid_body__technique_common__shape__hollow(){return true;}
data__instance_rigid_body__technique_common__shape__hollow(bool value)924 virtual bool data__instance_rigid_body__technique_common__shape__hollow( bool value ){return true;}
925 
begin__instance_rigid_constraint(const instance_rigid_constraint__AttributeData & attributeData)926 virtual bool begin__instance_rigid_constraint( const instance_rigid_constraint__AttributeData& attributeData ){return true;}
end__instance_rigid_constraint()927 virtual bool end__instance_rigid_constraint(){return true;}
928 
begin__library_physics_scenes(const library_physics_scenes__AttributeData & attributeData)929 virtual bool begin__library_physics_scenes( const library_physics_scenes__AttributeData& attributeData ){return true;}
end__library_physics_scenes()930 virtual bool end__library_physics_scenes(){return true;}
931 
begin__physics_scene(const physics_scene__AttributeData & attributeData)932 virtual bool begin__physics_scene( const physics_scene__AttributeData& attributeData ){return true;}
end__physics_scene()933 virtual bool end__physics_scene(){return true;}
934 
begin__physics_scene__technique_common()935 virtual bool begin__physics_scene__technique_common(){return true;}
end__physics_scene__technique_common()936 virtual bool end__physics_scene__technique_common(){return true;}
937 
begin__gravity(const gravity__AttributeData & attributeData)938 virtual bool begin__gravity( const gravity__AttributeData& attributeData ){return true;}
end__gravity()939 virtual bool end__gravity(){return true;}
data__gravity(const float * value,size_t length)940 virtual bool data__gravity( const float* value, size_t length ){return true;}
941 
begin__time_step(const time_step__AttributeData & attributeData)942 virtual bool begin__time_step( const time_step__AttributeData& attributeData ){return true;}
end__time_step()943 virtual bool end__time_step(){return true;}
data__time_step(float value)944 virtual bool data__time_step( float value ){return true;}
945 
begin__library_visual_scenes(const library_visual_scenes__AttributeData & attributeData)946 virtual bool begin__library_visual_scenes( const library_visual_scenes__AttributeData& attributeData ){return true;}
end__library_visual_scenes()947 virtual bool end__library_visual_scenes(){return true;}
948 
begin__visual_scene(const visual_scene__AttributeData & attributeData)949 virtual bool begin__visual_scene( const visual_scene__AttributeData& attributeData ){return true;}
end__visual_scene()950 virtual bool end__visual_scene(){return true;}
951 
begin__evaluate_scene(const evaluate_scene__AttributeData & attributeData)952 virtual bool begin__evaluate_scene( const evaluate_scene__AttributeData& attributeData ){return true;}
end__evaluate_scene()953 virtual bool end__evaluate_scene(){return true;}
954 
begin__render(const render__AttributeData & attributeData)955 virtual bool begin__render( const render__AttributeData& attributeData ){return true;}
end__render()956 virtual bool end__render(){return true;}
957 
begin__layer()958 virtual bool begin__layer(){return true;}
end__layer()959 virtual bool end__layer(){return true;}
data__layer(const ParserChar * value,size_t length)960 virtual bool data__layer( const ParserChar* value, size_t length ){return true;}
961 
begin__scene()962 virtual bool begin__scene(){return true;}
end__scene()963 virtual bool end__scene(){return true;}
964 
begin__instance_physics_scene(const instance_physics_scene__AttributeData & attributeData)965 virtual bool begin__instance_physics_scene( const instance_physics_scene__AttributeData& attributeData ){return true;}
end__instance_physics_scene()966 virtual bool end__instance_physics_scene(){return true;}
967 
begin__instance_visual_scene(const instance_visual_scene__AttributeData & attributeData)968 virtual bool begin__instance_visual_scene( const instance_visual_scene__AttributeData& attributeData ){return true;}
end__instance_visual_scene()969 virtual bool end__instance_visual_scene(){return true;}
970 
begin__profile_GLES(const profile_GLES__AttributeData & attributeData)971 virtual bool begin__profile_GLES( const profile_GLES__AttributeData& attributeData ){return true;}
end__profile_GLES()972 virtual bool end__profile_GLES(){return true;}
973 
begin__newparam____gles_newparam(const newparam____gles_newparam__AttributeData & attributeData)974 virtual bool begin__newparam____gles_newparam( const newparam____gles_newparam__AttributeData& attributeData ){return true;}
end__newparam____gles_newparam()975 virtual bool end__newparam____gles_newparam(){return true;}
976 
begin__texture_pipeline____gles_texture_pipeline(const texture_pipeline____gles_texture_pipeline__AttributeData & attributeData)977 virtual bool begin__texture_pipeline____gles_texture_pipeline( const texture_pipeline____gles_texture_pipeline__AttributeData& attributeData ){return true;}
end__texture_pipeline____gles_texture_pipeline()978 virtual bool end__texture_pipeline____gles_texture_pipeline(){return true;}
979 
begin__texcombiner()980 virtual bool begin__texcombiner(){return true;}
end__texcombiner()981 virtual bool end__texcombiner(){return true;}
982 
begin__constant____gles_texture_constant_type(const constant____gles_texture_constant_type__AttributeData & attributeData)983 virtual bool begin__constant____gles_texture_constant_type( const constant____gles_texture_constant_type__AttributeData& attributeData ){return true;}
end__constant____gles_texture_constant_type()984 virtual bool end__constant____gles_texture_constant_type(){return true;}
985 
begin__RGB(const RGB__AttributeData & attributeData)986 virtual bool begin__RGB( const RGB__AttributeData& attributeData ){return true;}
end__RGB()987 virtual bool end__RGB(){return true;}
988 
begin__argument____gles_texcombiner_argumentRGB_type(const argument____gles_texcombiner_argumentRGB_type__AttributeData & attributeData)989 virtual bool begin__argument____gles_texcombiner_argumentRGB_type( const argument____gles_texcombiner_argumentRGB_type__AttributeData& attributeData ){return true;}
end__argument____gles_texcombiner_argumentRGB_type()990 virtual bool end__argument____gles_texcombiner_argumentRGB_type(){return true;}
991 
begin__alpha____gles_texcombiner_commandAlpha_type(const alpha____gles_texcombiner_commandAlpha_type__AttributeData & attributeData)992 virtual bool begin__alpha____gles_texcombiner_commandAlpha_type( const alpha____gles_texcombiner_commandAlpha_type__AttributeData& attributeData ){return true;}
end__alpha____gles_texcombiner_commandAlpha_type()993 virtual bool end__alpha____gles_texcombiner_commandAlpha_type(){return true;}
994 
begin__argument____gles_texcombiner_argumentAlpha_type(const argument____gles_texcombiner_argumentAlpha_type__AttributeData & attributeData)995 virtual bool begin__argument____gles_texcombiner_argumentAlpha_type( const argument____gles_texcombiner_argumentAlpha_type__AttributeData& attributeData ){return true;}
end__argument____gles_texcombiner_argumentAlpha_type()996 virtual bool end__argument____gles_texcombiner_argumentAlpha_type(){return true;}
997 
begin__texenv(const texenv__AttributeData & attributeData)998 virtual bool begin__texenv( const texenv__AttributeData& attributeData ){return true;}
end__texenv()999 virtual bool end__texenv(){return true;}
1000 
begin__sampler_state____gles_sampler_state(const sampler_state____gles_sampler_state__AttributeData & attributeData)1001 virtual bool begin__sampler_state____gles_sampler_state( const sampler_state____gles_sampler_state__AttributeData& attributeData ){return true;}
end__sampler_state____gles_sampler_state()1002 virtual bool end__sampler_state____gles_sampler_state(){return true;}
1003 
begin__wrap_s____gles_sampler_wrap()1004 virtual bool begin__wrap_s____gles_sampler_wrap(){return true;}
end__wrap_s____gles_sampler_wrap()1005 virtual bool end__wrap_s____gles_sampler_wrap(){return true;}
data__wrap_s____gles_sampler_wrap(const ENUM__gles_sampler_wrap value)1006 virtual bool data__wrap_s____gles_sampler_wrap( const ENUM__gles_sampler_wrap value ){return true;}
1007 
begin__wrap_t____gles_sampler_wrap()1008 virtual bool begin__wrap_t____gles_sampler_wrap(){return true;}
end__wrap_t____gles_sampler_wrap()1009 virtual bool end__wrap_t____gles_sampler_wrap(){return true;}
data__wrap_t____gles_sampler_wrap(const ENUM__gles_sampler_wrap value)1010 virtual bool data__wrap_t____gles_sampler_wrap( const ENUM__gles_sampler_wrap value ){return true;}
1011 
begin__texture_unit(const texture_unit__AttributeData & attributeData)1012 virtual bool begin__texture_unit( const texture_unit__AttributeData& attributeData ){return true;}
end__texture_unit()1013 virtual bool end__texture_unit(){return true;}
1014 
begin__surface____NCName()1015 virtual bool begin__surface____NCName(){return true;}
end__surface____NCName()1016 virtual bool end__surface____NCName(){return true;}
data__surface____NCName(const ParserChar * value,size_t length)1017 virtual bool data__surface____NCName( const ParserChar* value, size_t length ){return true;}
1018 
begin__sampler_state____NCName()1019 virtual bool begin__sampler_state____NCName(){return true;}
end__sampler_state____NCName()1020 virtual bool end__sampler_state____NCName(){return true;}
data__sampler_state____NCName(const ParserChar * value,size_t length)1021 virtual bool data__sampler_state____NCName( const ParserChar* value, size_t length ){return true;}
1022 
begin__texcoord(const texcoord__AttributeData & attributeData)1023 virtual bool begin__texcoord( const texcoord__AttributeData& attributeData ){return true;}
end__texcoord()1024 virtual bool end__texcoord(){return true;}
1025 
begin__enum____gles_enumeration()1026 virtual bool begin__enum____gles_enumeration(){return true;}
end__enum____gles_enumeration()1027 virtual bool end__enum____gles_enumeration(){return true;}
data__enum____gles_enumeration(UNION__gles_enumeration value)1028 virtual bool data__enum____gles_enumeration( UNION__gles_enumeration value ){return true;}
1029 
begin__profile_GLES__technique(const profile_GLES__technique__AttributeData & attributeData)1030 virtual bool begin__profile_GLES__technique( const profile_GLES__technique__AttributeData& attributeData ){return true;}
end__profile_GLES__technique()1031 virtual bool end__profile_GLES__technique(){return true;}
1032 
begin__profile_GLES__technique__setparam(const profile_GLES__technique__setparam__AttributeData & attributeData)1033 virtual bool begin__profile_GLES__technique__setparam( const profile_GLES__technique__setparam__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__setparam()1034 virtual bool end__profile_GLES__technique__setparam(){return true;}
1035 
begin__profile_GLES__technique__pass(const profile_GLES__technique__pass__AttributeData & attributeData)1036 virtual bool begin__profile_GLES__technique__pass( const profile_GLES__technique__pass__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass()1037 virtual bool end__profile_GLES__technique__pass(){return true;}
1038 
begin__color_target____gles_rendertarget_common()1039 virtual bool begin__color_target____gles_rendertarget_common(){return true;}
end__color_target____gles_rendertarget_common()1040 virtual bool end__color_target____gles_rendertarget_common(){return true;}
data__color_target____gles_rendertarget_common(const ParserChar * value,size_t length)1041 virtual bool data__color_target____gles_rendertarget_common( const ParserChar* value, size_t length ){return true;}
1042 
begin__depth_target____gles_rendertarget_common()1043 virtual bool begin__depth_target____gles_rendertarget_common(){return true;}
end__depth_target____gles_rendertarget_common()1044 virtual bool end__depth_target____gles_rendertarget_common(){return true;}
data__depth_target____gles_rendertarget_common(const ParserChar * value,size_t length)1045 virtual bool data__depth_target____gles_rendertarget_common( const ParserChar* value, size_t length ){return true;}
1046 
begin__stencil_target____gles_rendertarget_common()1047 virtual bool begin__stencil_target____gles_rendertarget_common(){return true;}
end__stencil_target____gles_rendertarget_common()1048 virtual bool end__stencil_target____gles_rendertarget_common(){return true;}
data__stencil_target____gles_rendertarget_common(const ParserChar * value,size_t length)1049 virtual bool data__stencil_target____gles_rendertarget_common( const ParserChar* value, size_t length ){return true;}
1050 
begin__color_clear____fx_color_common()1051 virtual bool begin__color_clear____fx_color_common(){return true;}
end__color_clear____fx_color_common()1052 virtual bool end__color_clear____fx_color_common(){return true;}
data__color_clear____fx_color_common(const float * value,size_t length)1053 virtual bool data__color_clear____fx_color_common( const float* value, size_t length ){return true;}
1054 
begin__depth_clear____float()1055 virtual bool begin__depth_clear____float(){return true;}
end__depth_clear____float()1056 virtual bool end__depth_clear____float(){return true;}
data__depth_clear____float(float value)1057 virtual bool data__depth_clear____float( float value ){return true;}
1058 
begin__stencil_clear____byte()1059 virtual bool begin__stencil_clear____byte(){return true;}
end__stencil_clear____byte()1060 virtual bool end__stencil_clear____byte(){return true;}
data__stencil_clear____byte(sint8 value)1061 virtual bool data__stencil_clear____byte( sint8 value ){return true;}
1062 
begin__draw()1063 virtual bool begin__draw(){return true;}
end__draw()1064 virtual bool end__draw(){return true;}
data__draw(const ParserChar * value,size_t length)1065 virtual bool data__draw( const ParserChar* value, size_t length ){return true;}
1066 
begin__profile_GLES__technique__pass__alpha_func()1067 virtual bool begin__profile_GLES__technique__pass__alpha_func(){return true;}
end__profile_GLES__technique__pass__alpha_func()1068 virtual bool end__profile_GLES__technique__pass__alpha_func(){return true;}
1069 
begin__profile_GLES__technique__pass__alpha_func__func(const profile_GLES__technique__pass__alpha_func__func__AttributeData & attributeData)1070 virtual bool begin__profile_GLES__technique__pass__alpha_func__func( const profile_GLES__technique__pass__alpha_func__func__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__alpha_func__func()1071 virtual bool end__profile_GLES__technique__pass__alpha_func__func(){return true;}
1072 
begin__profile_GLES__technique__pass__alpha_func__value(const profile_GLES__technique__pass__alpha_func__value__AttributeData & attributeData)1073 virtual bool begin__profile_GLES__technique__pass__alpha_func__value( const profile_GLES__technique__pass__alpha_func__value__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__alpha_func__value()1074 virtual bool end__profile_GLES__technique__pass__alpha_func__value(){return true;}
1075 
begin__profile_GLES__technique__pass__blend_func()1076 virtual bool begin__profile_GLES__technique__pass__blend_func(){return true;}
end__profile_GLES__technique__pass__blend_func()1077 virtual bool end__profile_GLES__technique__pass__blend_func(){return true;}
1078 
begin__profile_GLES__technique__pass__blend_func__src(const profile_GLES__technique__pass__blend_func__src__AttributeData & attributeData)1079 virtual bool begin__profile_GLES__technique__pass__blend_func__src( const profile_GLES__technique__pass__blend_func__src__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__blend_func__src()1080 virtual bool end__profile_GLES__technique__pass__blend_func__src(){return true;}
1081 
begin__profile_GLES__technique__pass__blend_func__dest(const profile_GLES__technique__pass__blend_func__dest__AttributeData & attributeData)1082 virtual bool begin__profile_GLES__technique__pass__blend_func__dest( const profile_GLES__technique__pass__blend_func__dest__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__blend_func__dest()1083 virtual bool end__profile_GLES__technique__pass__blend_func__dest(){return true;}
1084 
begin__profile_GLES__technique__pass__clear_color(const profile_GLES__technique__pass__clear_color__AttributeData & attributeData)1085 virtual bool begin__profile_GLES__technique__pass__clear_color( const profile_GLES__technique__pass__clear_color__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__clear_color()1086 virtual bool end__profile_GLES__technique__pass__clear_color(){return true;}
1087 
begin__profile_GLES__technique__pass__clear_stencil(const profile_GLES__technique__pass__clear_stencil__AttributeData & attributeData)1088 virtual bool begin__profile_GLES__technique__pass__clear_stencil( const profile_GLES__technique__pass__clear_stencil__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__clear_stencil()1089 virtual bool end__profile_GLES__technique__pass__clear_stencil(){return true;}
1090 
begin__profile_GLES__technique__pass__clear_depth(const profile_GLES__technique__pass__clear_depth__AttributeData & attributeData)1091 virtual bool begin__profile_GLES__technique__pass__clear_depth( const profile_GLES__technique__pass__clear_depth__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__clear_depth()1092 virtual bool end__profile_GLES__technique__pass__clear_depth(){return true;}
1093 
begin__profile_GLES__technique__pass__clip_plane(const profile_GLES__technique__pass__clip_plane__AttributeData & attributeData)1094 virtual bool begin__profile_GLES__technique__pass__clip_plane( const profile_GLES__technique__pass__clip_plane__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__clip_plane()1095 virtual bool end__profile_GLES__technique__pass__clip_plane(){return true;}
1096 
begin__profile_GLES__technique__pass__color_mask(const profile_GLES__technique__pass__color_mask__AttributeData & attributeData)1097 virtual bool begin__profile_GLES__technique__pass__color_mask( const profile_GLES__technique__pass__color_mask__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__color_mask()1098 virtual bool end__profile_GLES__technique__pass__color_mask(){return true;}
1099 
begin__profile_GLES__technique__pass__cull_face(const profile_GLES__technique__pass__cull_face__AttributeData & attributeData)1100 virtual bool begin__profile_GLES__technique__pass__cull_face( const profile_GLES__technique__pass__cull_face__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__cull_face()1101 virtual bool end__profile_GLES__technique__pass__cull_face(){return true;}
1102 
begin__profile_GLES__technique__pass__depth_func(const profile_GLES__technique__pass__depth_func__AttributeData & attributeData)1103 virtual bool begin__profile_GLES__technique__pass__depth_func( const profile_GLES__technique__pass__depth_func__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__depth_func()1104 virtual bool end__profile_GLES__technique__pass__depth_func(){return true;}
1105 
begin__profile_GLES__technique__pass__depth_mask(const profile_GLES__technique__pass__depth_mask__AttributeData & attributeData)1106 virtual bool begin__profile_GLES__technique__pass__depth_mask( const profile_GLES__technique__pass__depth_mask__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__depth_mask()1107 virtual bool end__profile_GLES__technique__pass__depth_mask(){return true;}
1108 
begin__profile_GLES__technique__pass__depth_range(const profile_GLES__technique__pass__depth_range__AttributeData & attributeData)1109 virtual bool begin__profile_GLES__technique__pass__depth_range( const profile_GLES__technique__pass__depth_range__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__depth_range()1110 virtual bool end__profile_GLES__technique__pass__depth_range(){return true;}
1111 
begin__profile_GLES__technique__pass__fog_color(const profile_GLES__technique__pass__fog_color__AttributeData & attributeData)1112 virtual bool begin__profile_GLES__technique__pass__fog_color( const profile_GLES__technique__pass__fog_color__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_color()1113 virtual bool end__profile_GLES__technique__pass__fog_color(){return true;}
1114 
begin__profile_GLES__technique__pass__fog_density(const profile_GLES__technique__pass__fog_density__AttributeData & attributeData)1115 virtual bool begin__profile_GLES__technique__pass__fog_density( const profile_GLES__technique__pass__fog_density__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_density()1116 virtual bool end__profile_GLES__technique__pass__fog_density(){return true;}
1117 
begin__profile_GLES__technique__pass__fog_mode(const profile_GLES__technique__pass__fog_mode__AttributeData & attributeData)1118 virtual bool begin__profile_GLES__technique__pass__fog_mode( const profile_GLES__technique__pass__fog_mode__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_mode()1119 virtual bool end__profile_GLES__technique__pass__fog_mode(){return true;}
1120 
begin__profile_GLES__technique__pass__fog_start(const profile_GLES__technique__pass__fog_start__AttributeData & attributeData)1121 virtual bool begin__profile_GLES__technique__pass__fog_start( const profile_GLES__technique__pass__fog_start__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_start()1122 virtual bool end__profile_GLES__technique__pass__fog_start(){return true;}
1123 
begin__profile_GLES__technique__pass__fog_end(const profile_GLES__technique__pass__fog_end__AttributeData & attributeData)1124 virtual bool begin__profile_GLES__technique__pass__fog_end( const profile_GLES__technique__pass__fog_end__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_end()1125 virtual bool end__profile_GLES__technique__pass__fog_end(){return true;}
1126 
begin__profile_GLES__technique__pass__front_face(const profile_GLES__technique__pass__front_face__AttributeData & attributeData)1127 virtual bool begin__profile_GLES__technique__pass__front_face( const profile_GLES__technique__pass__front_face__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__front_face()1128 virtual bool end__profile_GLES__technique__pass__front_face(){return true;}
1129 
begin__profile_GLES__technique__pass__texture_pipeline(const profile_GLES__technique__pass__texture_pipeline__AttributeData & attributeData)1130 virtual bool begin__profile_GLES__technique__pass__texture_pipeline( const profile_GLES__technique__pass__texture_pipeline__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__texture_pipeline()1131 virtual bool end__profile_GLES__technique__pass__texture_pipeline(){return true;}
1132 
begin__value____gles_texture_pipeline(const value____gles_texture_pipeline__AttributeData & attributeData)1133 virtual bool begin__value____gles_texture_pipeline( const value____gles_texture_pipeline__AttributeData& attributeData ){return true;}
end__value____gles_texture_pipeline()1134 virtual bool end__value____gles_texture_pipeline(){return true;}
1135 
begin__profile_GLES__technique__pass__logic_op(const profile_GLES__technique__pass__logic_op__AttributeData & attributeData)1136 virtual bool begin__profile_GLES__technique__pass__logic_op( const profile_GLES__technique__pass__logic_op__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__logic_op()1137 virtual bool end__profile_GLES__technique__pass__logic_op(){return true;}
1138 
begin__profile_GLES__technique__pass__light_ambient(const profile_GLES__technique__pass__light_ambient__AttributeData & attributeData)1139 virtual bool begin__profile_GLES__technique__pass__light_ambient( const profile_GLES__technique__pass__light_ambient__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_ambient()1140 virtual bool end__profile_GLES__technique__pass__light_ambient(){return true;}
1141 
begin__profile_GLES__technique__pass__light_diffuse(const profile_GLES__technique__pass__light_diffuse__AttributeData & attributeData)1142 virtual bool begin__profile_GLES__technique__pass__light_diffuse( const profile_GLES__technique__pass__light_diffuse__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_diffuse()1143 virtual bool end__profile_GLES__technique__pass__light_diffuse(){return true;}
1144 
begin__profile_GLES__technique__pass__light_specular(const profile_GLES__technique__pass__light_specular__AttributeData & attributeData)1145 virtual bool begin__profile_GLES__technique__pass__light_specular( const profile_GLES__technique__pass__light_specular__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_specular()1146 virtual bool end__profile_GLES__technique__pass__light_specular(){return true;}
1147 
begin__profile_GLES__technique__pass__light_position(const profile_GLES__technique__pass__light_position__AttributeData & attributeData)1148 virtual bool begin__profile_GLES__technique__pass__light_position( const profile_GLES__technique__pass__light_position__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_position()1149 virtual bool end__profile_GLES__technique__pass__light_position(){return true;}
1150 
begin__profile_GLES__technique__pass__light_constant_attenuation(const profile_GLES__technique__pass__light_constant_attenuation__AttributeData & attributeData)1151 virtual bool begin__profile_GLES__technique__pass__light_constant_attenuation( const profile_GLES__technique__pass__light_constant_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_constant_attenuation()1152 virtual bool end__profile_GLES__technique__pass__light_constant_attenuation(){return true;}
1153 
begin__light_linear_attenutation(const light_linear_attenutation__AttributeData & attributeData)1154 virtual bool begin__light_linear_attenutation( const light_linear_attenutation__AttributeData& attributeData ){return true;}
end__light_linear_attenutation()1155 virtual bool end__light_linear_attenutation(){return true;}
1156 
begin__profile_GLES__technique__pass__light_quadratic_attenuation(const profile_GLES__technique__pass__light_quadratic_attenuation__AttributeData & attributeData)1157 virtual bool begin__profile_GLES__technique__pass__light_quadratic_attenuation( const profile_GLES__technique__pass__light_quadratic_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_quadratic_attenuation()1158 virtual bool end__profile_GLES__technique__pass__light_quadratic_attenuation(){return true;}
1159 
begin__profile_GLES__technique__pass__light_spot_cutoff(const profile_GLES__technique__pass__light_spot_cutoff__AttributeData & attributeData)1160 virtual bool begin__profile_GLES__technique__pass__light_spot_cutoff( const profile_GLES__technique__pass__light_spot_cutoff__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_spot_cutoff()1161 virtual bool end__profile_GLES__technique__pass__light_spot_cutoff(){return true;}
1162 
begin__profile_GLES__technique__pass__light_spot_direction(const profile_GLES__technique__pass__light_spot_direction__AttributeData & attributeData)1163 virtual bool begin__profile_GLES__technique__pass__light_spot_direction( const profile_GLES__technique__pass__light_spot_direction__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_spot_direction()1164 virtual bool end__profile_GLES__technique__pass__light_spot_direction(){return true;}
1165 
begin__profile_GLES__technique__pass__light_spot_exponent(const profile_GLES__technique__pass__light_spot_exponent__AttributeData & attributeData)1166 virtual bool begin__profile_GLES__technique__pass__light_spot_exponent( const profile_GLES__technique__pass__light_spot_exponent__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_spot_exponent()1167 virtual bool end__profile_GLES__technique__pass__light_spot_exponent(){return true;}
1168 
begin__profile_GLES__technique__pass__light_model_ambient(const profile_GLES__technique__pass__light_model_ambient__AttributeData & attributeData)1169 virtual bool begin__profile_GLES__technique__pass__light_model_ambient( const profile_GLES__technique__pass__light_model_ambient__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_model_ambient()1170 virtual bool end__profile_GLES__technique__pass__light_model_ambient(){return true;}
1171 
begin__profile_GLES__technique__pass__line_width(const profile_GLES__technique__pass__line_width__AttributeData & attributeData)1172 virtual bool begin__profile_GLES__technique__pass__line_width( const profile_GLES__technique__pass__line_width__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__line_width()1173 virtual bool end__profile_GLES__technique__pass__line_width(){return true;}
1174 
begin__profile_GLES__technique__pass__material_ambient(const profile_GLES__technique__pass__material_ambient__AttributeData & attributeData)1175 virtual bool begin__profile_GLES__technique__pass__material_ambient( const profile_GLES__technique__pass__material_ambient__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__material_ambient()1176 virtual bool end__profile_GLES__technique__pass__material_ambient(){return true;}
1177 
begin__profile_GLES__technique__pass__material_diffuse(const profile_GLES__technique__pass__material_diffuse__AttributeData & attributeData)1178 virtual bool begin__profile_GLES__technique__pass__material_diffuse( const profile_GLES__technique__pass__material_diffuse__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__material_diffuse()1179 virtual bool end__profile_GLES__technique__pass__material_diffuse(){return true;}
1180 
begin__profile_GLES__technique__pass__material_emission(const profile_GLES__technique__pass__material_emission__AttributeData & attributeData)1181 virtual bool begin__profile_GLES__technique__pass__material_emission( const profile_GLES__technique__pass__material_emission__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__material_emission()1182 virtual bool end__profile_GLES__technique__pass__material_emission(){return true;}
1183 
begin__profile_GLES__technique__pass__material_shininess(const profile_GLES__technique__pass__material_shininess__AttributeData & attributeData)1184 virtual bool begin__profile_GLES__technique__pass__material_shininess( const profile_GLES__technique__pass__material_shininess__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__material_shininess()1185 virtual bool end__profile_GLES__technique__pass__material_shininess(){return true;}
1186 
begin__profile_GLES__technique__pass__material_specular(const profile_GLES__technique__pass__material_specular__AttributeData & attributeData)1187 virtual bool begin__profile_GLES__technique__pass__material_specular( const profile_GLES__technique__pass__material_specular__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__material_specular()1188 virtual bool end__profile_GLES__technique__pass__material_specular(){return true;}
1189 
begin__profile_GLES__technique__pass__model_view_matrix(const profile_GLES__technique__pass__model_view_matrix__AttributeData & attributeData)1190 virtual bool begin__profile_GLES__technique__pass__model_view_matrix( const profile_GLES__technique__pass__model_view_matrix__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__model_view_matrix()1191 virtual bool end__profile_GLES__technique__pass__model_view_matrix(){return true;}
1192 
begin__profile_GLES__technique__pass__point_distance_attenuation(const profile_GLES__technique__pass__point_distance_attenuation__AttributeData & attributeData)1193 virtual bool begin__profile_GLES__technique__pass__point_distance_attenuation( const profile_GLES__technique__pass__point_distance_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_distance_attenuation()1194 virtual bool end__profile_GLES__technique__pass__point_distance_attenuation(){return true;}
1195 
begin__profile_GLES__technique__pass__point_fade_threshold_size(const profile_GLES__technique__pass__point_fade_threshold_size__AttributeData & attributeData)1196 virtual bool begin__profile_GLES__technique__pass__point_fade_threshold_size( const profile_GLES__technique__pass__point_fade_threshold_size__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_fade_threshold_size()1197 virtual bool end__profile_GLES__technique__pass__point_fade_threshold_size(){return true;}
1198 
begin__profile_GLES__technique__pass__point_size(const profile_GLES__technique__pass__point_size__AttributeData & attributeData)1199 virtual bool begin__profile_GLES__technique__pass__point_size( const profile_GLES__technique__pass__point_size__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_size()1200 virtual bool end__profile_GLES__technique__pass__point_size(){return true;}
1201 
begin__profile_GLES__technique__pass__point_size_min(const profile_GLES__technique__pass__point_size_min__AttributeData & attributeData)1202 virtual bool begin__profile_GLES__technique__pass__point_size_min( const profile_GLES__technique__pass__point_size_min__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_size_min()1203 virtual bool end__profile_GLES__technique__pass__point_size_min(){return true;}
1204 
begin__profile_GLES__technique__pass__point_size_max(const profile_GLES__technique__pass__point_size_max__AttributeData & attributeData)1205 virtual bool begin__profile_GLES__technique__pass__point_size_max( const profile_GLES__technique__pass__point_size_max__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_size_max()1206 virtual bool end__profile_GLES__technique__pass__point_size_max(){return true;}
1207 
begin__profile_GLES__technique__pass__polygon_offset(const profile_GLES__technique__pass__polygon_offset__AttributeData & attributeData)1208 virtual bool begin__profile_GLES__technique__pass__polygon_offset( const profile_GLES__technique__pass__polygon_offset__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__polygon_offset()1209 virtual bool end__profile_GLES__technique__pass__polygon_offset(){return true;}
1210 
begin__profile_GLES__technique__pass__projection_matrix(const profile_GLES__technique__pass__projection_matrix__AttributeData & attributeData)1211 virtual bool begin__profile_GLES__technique__pass__projection_matrix( const profile_GLES__technique__pass__projection_matrix__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__projection_matrix()1212 virtual bool end__profile_GLES__technique__pass__projection_matrix(){return true;}
1213 
begin__profile_GLES__technique__pass__scissor(const profile_GLES__technique__pass__scissor__AttributeData & attributeData)1214 virtual bool begin__profile_GLES__technique__pass__scissor( const profile_GLES__technique__pass__scissor__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__scissor()1215 virtual bool end__profile_GLES__technique__pass__scissor(){return true;}
1216 
begin__profile_GLES__technique__pass__shade_model(const profile_GLES__technique__pass__shade_model__AttributeData & attributeData)1217 virtual bool begin__profile_GLES__technique__pass__shade_model( const profile_GLES__technique__pass__shade_model__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__shade_model()1218 virtual bool end__profile_GLES__technique__pass__shade_model(){return true;}
1219 
begin__profile_GLES__technique__pass__stencil_func()1220 virtual bool begin__profile_GLES__technique__pass__stencil_func(){return true;}
end__profile_GLES__technique__pass__stencil_func()1221 virtual bool end__profile_GLES__technique__pass__stencil_func(){return true;}
1222 
begin__profile_GLES__technique__pass__stencil_func__func(const profile_GLES__technique__pass__stencil_func__func__AttributeData & attributeData)1223 virtual bool begin__profile_GLES__technique__pass__stencil_func__func( const profile_GLES__technique__pass__stencil_func__func__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_func__func()1224 virtual bool end__profile_GLES__technique__pass__stencil_func__func(){return true;}
1225 
begin__profile_GLES__technique__pass__stencil_func__ref(const profile_GLES__technique__pass__stencil_func__ref__AttributeData & attributeData)1226 virtual bool begin__profile_GLES__technique__pass__stencil_func__ref( const profile_GLES__technique__pass__stencil_func__ref__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_func__ref()1227 virtual bool end__profile_GLES__technique__pass__stencil_func__ref(){return true;}
1228 
begin__profile_GLES__technique__pass__stencil_func__mask(const profile_GLES__technique__pass__stencil_func__mask__AttributeData & attributeData)1229 virtual bool begin__profile_GLES__technique__pass__stencil_func__mask( const profile_GLES__technique__pass__stencil_func__mask__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_func__mask()1230 virtual bool end__profile_GLES__technique__pass__stencil_func__mask(){return true;}
1231 
begin__profile_GLES__technique__pass__stencil_mask(const profile_GLES__technique__pass__stencil_mask__AttributeData & attributeData)1232 virtual bool begin__profile_GLES__technique__pass__stencil_mask( const profile_GLES__technique__pass__stencil_mask__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_mask()1233 virtual bool end__profile_GLES__technique__pass__stencil_mask(){return true;}
1234 
begin__profile_GLES__technique__pass__stencil_op()1235 virtual bool begin__profile_GLES__technique__pass__stencil_op(){return true;}
end__profile_GLES__technique__pass__stencil_op()1236 virtual bool end__profile_GLES__technique__pass__stencil_op(){return true;}
1237 
begin__profile_GLES__technique__pass__stencil_op__fail(const profile_GLES__technique__pass__stencil_op__fail__AttributeData & attributeData)1238 virtual bool begin__profile_GLES__technique__pass__stencil_op__fail( const profile_GLES__technique__pass__stencil_op__fail__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_op__fail()1239 virtual bool end__profile_GLES__technique__pass__stencil_op__fail(){return true;}
1240 
begin__profile_GLES__technique__pass__stencil_op__zfail(const profile_GLES__technique__pass__stencil_op__zfail__AttributeData & attributeData)1241 virtual bool begin__profile_GLES__technique__pass__stencil_op__zfail( const profile_GLES__technique__pass__stencil_op__zfail__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_op__zfail()1242 virtual bool end__profile_GLES__technique__pass__stencil_op__zfail(){return true;}
1243 
begin__profile_GLES__technique__pass__stencil_op__zpass(const profile_GLES__technique__pass__stencil_op__zpass__AttributeData & attributeData)1244 virtual bool begin__profile_GLES__technique__pass__stencil_op__zpass( const profile_GLES__technique__pass__stencil_op__zpass__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_op__zpass()1245 virtual bool end__profile_GLES__technique__pass__stencil_op__zpass(){return true;}
1246 
begin__profile_GLES__technique__pass__alpha_test_enable(const profile_GLES__technique__pass__alpha_test_enable__AttributeData & attributeData)1247 virtual bool begin__profile_GLES__technique__pass__alpha_test_enable( const profile_GLES__technique__pass__alpha_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__alpha_test_enable()1248 virtual bool end__profile_GLES__technique__pass__alpha_test_enable(){return true;}
1249 
begin__profile_GLES__technique__pass__blend_enable(const profile_GLES__technique__pass__blend_enable__AttributeData & attributeData)1250 virtual bool begin__profile_GLES__technique__pass__blend_enable( const profile_GLES__technique__pass__blend_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__blend_enable()1251 virtual bool end__profile_GLES__technique__pass__blend_enable(){return true;}
1252 
begin__profile_GLES__technique__pass__clip_plane_enable(const profile_GLES__technique__pass__clip_plane_enable__AttributeData & attributeData)1253 virtual bool begin__profile_GLES__technique__pass__clip_plane_enable( const profile_GLES__technique__pass__clip_plane_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__clip_plane_enable()1254 virtual bool end__profile_GLES__technique__pass__clip_plane_enable(){return true;}
1255 
begin__profile_GLES__technique__pass__color_logic_op_enable(const profile_GLES__technique__pass__color_logic_op_enable__AttributeData & attributeData)1256 virtual bool begin__profile_GLES__technique__pass__color_logic_op_enable( const profile_GLES__technique__pass__color_logic_op_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__color_logic_op_enable()1257 virtual bool end__profile_GLES__technique__pass__color_logic_op_enable(){return true;}
1258 
begin__profile_GLES__technique__pass__color_material_enable(const profile_GLES__technique__pass__color_material_enable__AttributeData & attributeData)1259 virtual bool begin__profile_GLES__technique__pass__color_material_enable( const profile_GLES__technique__pass__color_material_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__color_material_enable()1260 virtual bool end__profile_GLES__technique__pass__color_material_enable(){return true;}
1261 
begin__profile_GLES__technique__pass__cull_face_enable(const profile_GLES__technique__pass__cull_face_enable__AttributeData & attributeData)1262 virtual bool begin__profile_GLES__technique__pass__cull_face_enable( const profile_GLES__technique__pass__cull_face_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__cull_face_enable()1263 virtual bool end__profile_GLES__technique__pass__cull_face_enable(){return true;}
1264 
begin__profile_GLES__technique__pass__depth_test_enable(const profile_GLES__technique__pass__depth_test_enable__AttributeData & attributeData)1265 virtual bool begin__profile_GLES__technique__pass__depth_test_enable( const profile_GLES__technique__pass__depth_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__depth_test_enable()1266 virtual bool end__profile_GLES__technique__pass__depth_test_enable(){return true;}
1267 
begin__profile_GLES__technique__pass__dither_enable(const profile_GLES__technique__pass__dither_enable__AttributeData & attributeData)1268 virtual bool begin__profile_GLES__technique__pass__dither_enable( const profile_GLES__technique__pass__dither_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__dither_enable()1269 virtual bool end__profile_GLES__technique__pass__dither_enable(){return true;}
1270 
begin__profile_GLES__technique__pass__fog_enable(const profile_GLES__technique__pass__fog_enable__AttributeData & attributeData)1271 virtual bool begin__profile_GLES__technique__pass__fog_enable( const profile_GLES__technique__pass__fog_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__fog_enable()1272 virtual bool end__profile_GLES__technique__pass__fog_enable(){return true;}
1273 
begin__texture_pipeline_enable(const texture_pipeline_enable__AttributeData & attributeData)1274 virtual bool begin__texture_pipeline_enable( const texture_pipeline_enable__AttributeData& attributeData ){return true;}
end__texture_pipeline_enable()1275 virtual bool end__texture_pipeline_enable(){return true;}
1276 
begin__profile_GLES__technique__pass__light_enable(const profile_GLES__technique__pass__light_enable__AttributeData & attributeData)1277 virtual bool begin__profile_GLES__technique__pass__light_enable( const profile_GLES__technique__pass__light_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_enable()1278 virtual bool end__profile_GLES__technique__pass__light_enable(){return true;}
1279 
begin__profile_GLES__technique__pass__lighting_enable(const profile_GLES__technique__pass__lighting_enable__AttributeData & attributeData)1280 virtual bool begin__profile_GLES__technique__pass__lighting_enable( const profile_GLES__technique__pass__lighting_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__lighting_enable()1281 virtual bool end__profile_GLES__technique__pass__lighting_enable(){return true;}
1282 
begin__profile_GLES__technique__pass__light_model_two_side_enable(const profile_GLES__technique__pass__light_model_two_side_enable__AttributeData & attributeData)1283 virtual bool begin__profile_GLES__technique__pass__light_model_two_side_enable( const profile_GLES__technique__pass__light_model_two_side_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__light_model_two_side_enable()1284 virtual bool end__profile_GLES__technique__pass__light_model_two_side_enable(){return true;}
1285 
begin__profile_GLES__technique__pass__line_smooth_enable(const profile_GLES__technique__pass__line_smooth_enable__AttributeData & attributeData)1286 virtual bool begin__profile_GLES__technique__pass__line_smooth_enable( const profile_GLES__technique__pass__line_smooth_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__line_smooth_enable()1287 virtual bool end__profile_GLES__technique__pass__line_smooth_enable(){return true;}
1288 
begin__profile_GLES__technique__pass__multisample_enable(const profile_GLES__technique__pass__multisample_enable__AttributeData & attributeData)1289 virtual bool begin__profile_GLES__technique__pass__multisample_enable( const profile_GLES__technique__pass__multisample_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__multisample_enable()1290 virtual bool end__profile_GLES__technique__pass__multisample_enable(){return true;}
1291 
begin__profile_GLES__technique__pass__normalize_enable(const profile_GLES__technique__pass__normalize_enable__AttributeData & attributeData)1292 virtual bool begin__profile_GLES__technique__pass__normalize_enable( const profile_GLES__technique__pass__normalize_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__normalize_enable()1293 virtual bool end__profile_GLES__technique__pass__normalize_enable(){return true;}
1294 
begin__profile_GLES__technique__pass__point_smooth_enable(const profile_GLES__technique__pass__point_smooth_enable__AttributeData & attributeData)1295 virtual bool begin__profile_GLES__technique__pass__point_smooth_enable( const profile_GLES__technique__pass__point_smooth_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__point_smooth_enable()1296 virtual bool end__profile_GLES__technique__pass__point_smooth_enable(){return true;}
1297 
begin__profile_GLES__technique__pass__polygon_offset_fill_enable(const profile_GLES__technique__pass__polygon_offset_fill_enable__AttributeData & attributeData)1298 virtual bool begin__profile_GLES__technique__pass__polygon_offset_fill_enable( const profile_GLES__technique__pass__polygon_offset_fill_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__polygon_offset_fill_enable()1299 virtual bool end__profile_GLES__technique__pass__polygon_offset_fill_enable(){return true;}
1300 
begin__profile_GLES__technique__pass__rescale_normal_enable(const profile_GLES__technique__pass__rescale_normal_enable__AttributeData & attributeData)1301 virtual bool begin__profile_GLES__technique__pass__rescale_normal_enable( const profile_GLES__technique__pass__rescale_normal_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__rescale_normal_enable()1302 virtual bool end__profile_GLES__technique__pass__rescale_normal_enable(){return true;}
1303 
begin__profile_GLES__technique__pass__sample_alpha_to_coverage_enable(const profile_GLES__technique__pass__sample_alpha_to_coverage_enable__AttributeData & attributeData)1304 virtual bool begin__profile_GLES__technique__pass__sample_alpha_to_coverage_enable( const profile_GLES__technique__pass__sample_alpha_to_coverage_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__sample_alpha_to_coverage_enable()1305 virtual bool end__profile_GLES__technique__pass__sample_alpha_to_coverage_enable(){return true;}
1306 
begin__profile_GLES__technique__pass__sample_alpha_to_one_enable(const profile_GLES__technique__pass__sample_alpha_to_one_enable__AttributeData & attributeData)1307 virtual bool begin__profile_GLES__technique__pass__sample_alpha_to_one_enable( const profile_GLES__technique__pass__sample_alpha_to_one_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__sample_alpha_to_one_enable()1308 virtual bool end__profile_GLES__technique__pass__sample_alpha_to_one_enable(){return true;}
1309 
begin__profile_GLES__technique__pass__sample_coverage_enable(const profile_GLES__technique__pass__sample_coverage_enable__AttributeData & attributeData)1310 virtual bool begin__profile_GLES__technique__pass__sample_coverage_enable( const profile_GLES__technique__pass__sample_coverage_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__sample_coverage_enable()1311 virtual bool end__profile_GLES__technique__pass__sample_coverage_enable(){return true;}
1312 
begin__profile_GLES__technique__pass__scissor_test_enable(const profile_GLES__technique__pass__scissor_test_enable__AttributeData & attributeData)1313 virtual bool begin__profile_GLES__technique__pass__scissor_test_enable( const profile_GLES__technique__pass__scissor_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__scissor_test_enable()1314 virtual bool end__profile_GLES__technique__pass__scissor_test_enable(){return true;}
1315 
begin__profile_GLES__technique__pass__stencil_test_enable(const profile_GLES__technique__pass__stencil_test_enable__AttributeData & attributeData)1316 virtual bool begin__profile_GLES__technique__pass__stencil_test_enable( const profile_GLES__technique__pass__stencil_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLES__technique__pass__stencil_test_enable()1317 virtual bool end__profile_GLES__technique__pass__stencil_test_enable(){return true;}
1318 
begin__size____float3()1319 virtual bool begin__size____float3(){return true;}
end__size____float3()1320 virtual bool end__size____float3(){return true;}
data__size____float3(const float * value,size_t length)1321 virtual bool data__size____float3( const float* value, size_t length ){return true;}
1322 
begin__profile_GLSL(const profile_GLSL__AttributeData & attributeData)1323 virtual bool begin__profile_GLSL( const profile_GLSL__AttributeData& attributeData ){return true;}
end__profile_GLSL()1324 virtual bool end__profile_GLSL(){return true;}
1325 
begin__code(const code__AttributeData & attributeData)1326 virtual bool begin__code( const code__AttributeData& attributeData ){return true;}
end__code()1327 virtual bool end__code(){return true;}
data__code(const ParserChar * value,size_t length)1328 virtual bool data__code( const ParserChar* value, size_t length ){return true;}
1329 
begin__include(const include__AttributeData & attributeData)1330 virtual bool begin__include( const include__AttributeData& attributeData ){return true;}
end__include()1331 virtual bool end__include(){return true;}
1332 
begin__newparam____glsl_newparam(const newparam____glsl_newparam__AttributeData & attributeData)1333 virtual bool begin__newparam____glsl_newparam( const newparam____glsl_newparam__AttributeData& attributeData ){return true;}
end__newparam____glsl_newparam()1334 virtual bool end__newparam____glsl_newparam(){return true;}
1335 
begin__bool____glsl_bool()1336 virtual bool begin__bool____glsl_bool(){return true;}
end__bool____glsl_bool()1337 virtual bool end__bool____glsl_bool(){return true;}
data__bool____glsl_bool(bool value)1338 virtual bool data__bool____glsl_bool( bool value ){return true;}
1339 
begin__bool2____glsl_bool2()1340 virtual bool begin__bool2____glsl_bool2(){return true;}
end__bool2____glsl_bool2()1341 virtual bool end__bool2____glsl_bool2(){return true;}
data__bool2____glsl_bool2(const bool * value,size_t length)1342 virtual bool data__bool2____glsl_bool2( const bool* value, size_t length ){return true;}
1343 
begin__bool3____glsl_bool3()1344 virtual bool begin__bool3____glsl_bool3(){return true;}
end__bool3____glsl_bool3()1345 virtual bool end__bool3____glsl_bool3(){return true;}
data__bool3____glsl_bool3(const bool * value,size_t length)1346 virtual bool data__bool3____glsl_bool3( const bool* value, size_t length ){return true;}
1347 
begin__bool4____glsl_bool4()1348 virtual bool begin__bool4____glsl_bool4(){return true;}
end__bool4____glsl_bool4()1349 virtual bool end__bool4____glsl_bool4(){return true;}
data__bool4____glsl_bool4(const bool * value,size_t length)1350 virtual bool data__bool4____glsl_bool4( const bool* value, size_t length ){return true;}
1351 
begin__float____glsl_float()1352 virtual bool begin__float____glsl_float(){return true;}
end__float____glsl_float()1353 virtual bool end__float____glsl_float(){return true;}
data__float____glsl_float(float value)1354 virtual bool data__float____glsl_float( float value ){return true;}
1355 
begin__float2____glsl_float2()1356 virtual bool begin__float2____glsl_float2(){return true;}
end__float2____glsl_float2()1357 virtual bool end__float2____glsl_float2(){return true;}
data__float2____glsl_float2(const float * value,size_t length)1358 virtual bool data__float2____glsl_float2( const float* value, size_t length ){return true;}
1359 
begin__float3____glsl_float3()1360 virtual bool begin__float3____glsl_float3(){return true;}
end__float3____glsl_float3()1361 virtual bool end__float3____glsl_float3(){return true;}
data__float3____glsl_float3(const float * value,size_t length)1362 virtual bool data__float3____glsl_float3( const float* value, size_t length ){return true;}
1363 
begin__float4____glsl_float4()1364 virtual bool begin__float4____glsl_float4(){return true;}
end__float4____glsl_float4()1365 virtual bool end__float4____glsl_float4(){return true;}
data__float4____glsl_float4(const float * value,size_t length)1366 virtual bool data__float4____glsl_float4( const float* value, size_t length ){return true;}
1367 
begin__float2x2____glsl_float2x2()1368 virtual bool begin__float2x2____glsl_float2x2(){return true;}
end__float2x2____glsl_float2x2()1369 virtual bool end__float2x2____glsl_float2x2(){return true;}
data__float2x2____glsl_float2x2(const float * value,size_t length)1370 virtual bool data__float2x2____glsl_float2x2( const float* value, size_t length ){return true;}
1371 
begin__float3x3____glsl_float3x3()1372 virtual bool begin__float3x3____glsl_float3x3(){return true;}
end__float3x3____glsl_float3x3()1373 virtual bool end__float3x3____glsl_float3x3(){return true;}
data__float3x3____glsl_float3x3(const float * value,size_t length)1374 virtual bool data__float3x3____glsl_float3x3( const float* value, size_t length ){return true;}
1375 
begin__float4x4____glsl_float4x4()1376 virtual bool begin__float4x4____glsl_float4x4(){return true;}
end__float4x4____glsl_float4x4()1377 virtual bool end__float4x4____glsl_float4x4(){return true;}
data__float4x4____glsl_float4x4(const float * value,size_t length)1378 virtual bool data__float4x4____glsl_float4x4( const float* value, size_t length ){return true;}
1379 
begin__int____glsl_int()1380 virtual bool begin__int____glsl_int(){return true;}
end__int____glsl_int()1381 virtual bool end__int____glsl_int(){return true;}
data__int____glsl_int(sint32 value)1382 virtual bool data__int____glsl_int( sint32 value ){return true;}
1383 
begin__int2____glsl_int2()1384 virtual bool begin__int2____glsl_int2(){return true;}
end__int2____glsl_int2()1385 virtual bool end__int2____glsl_int2(){return true;}
data__int2____glsl_int2(const sint32 * value,size_t length)1386 virtual bool data__int2____glsl_int2( const sint32* value, size_t length ){return true;}
1387 
begin__int3____glsl_int3()1388 virtual bool begin__int3____glsl_int3(){return true;}
end__int3____glsl_int3()1389 virtual bool end__int3____glsl_int3(){return true;}
data__int3____glsl_int3(const sint32 * value,size_t length)1390 virtual bool data__int3____glsl_int3( const sint32* value, size_t length ){return true;}
1391 
begin__int4____glsl_int4()1392 virtual bool begin__int4____glsl_int4(){return true;}
end__int4____glsl_int4()1393 virtual bool end__int4____glsl_int4(){return true;}
data__int4____glsl_int4(const sint32 * value,size_t length)1394 virtual bool data__int4____glsl_int4( const sint32* value, size_t length ){return true;}
1395 
begin__surface____glsl_surface_type(const surface____glsl_surface_type__AttributeData & attributeData)1396 virtual bool begin__surface____glsl_surface_type( const surface____glsl_surface_type__AttributeData& attributeData ){return true;}
end__surface____glsl_surface_type()1397 virtual bool end__surface____glsl_surface_type(){return true;}
1398 
begin__glsl_surface_type____generator()1399 virtual bool begin__glsl_surface_type____generator(){return true;}
end__glsl_surface_type____generator()1400 virtual bool end__glsl_surface_type____generator(){return true;}
1401 
begin__profile_GLSL__newparam__surface__generator__name(const profile_GLSL__newparam__surface__generator__name__AttributeData & attributeData)1402 virtual bool begin__profile_GLSL__newparam__surface__generator__name( const profile_GLSL__newparam__surface__generator__name__AttributeData& attributeData ){return true;}
end__profile_GLSL__newparam__surface__generator__name()1403 virtual bool end__profile_GLSL__newparam__surface__generator__name(){return true;}
data__profile_GLSL__newparam__surface__generator__name(const ParserChar * value,size_t length)1404 virtual bool data__profile_GLSL__newparam__surface__generator__name( const ParserChar* value, size_t length ){return true;}
1405 
begin__setparam____glsl_setparam_simple(const setparam____glsl_setparam_simple__AttributeData & attributeData)1406 virtual bool begin__setparam____glsl_setparam_simple( const setparam____glsl_setparam_simple__AttributeData& attributeData ){return true;}
end__setparam____glsl_setparam_simple()1407 virtual bool end__setparam____glsl_setparam_simple(){return true;}
1408 
begin__sampler1D____gl_sampler1D()1409 virtual bool begin__sampler1D____gl_sampler1D(){return true;}
end__sampler1D____gl_sampler1D()1410 virtual bool end__sampler1D____gl_sampler1D(){return true;}
1411 
begin__sampler2D____gl_sampler2D()1412 virtual bool begin__sampler2D____gl_sampler2D(){return true;}
end__sampler2D____gl_sampler2D()1413 virtual bool end__sampler2D____gl_sampler2D(){return true;}
1414 
begin__sampler3D____gl_sampler3D()1415 virtual bool begin__sampler3D____gl_sampler3D(){return true;}
end__sampler3D____gl_sampler3D()1416 virtual bool end__sampler3D____gl_sampler3D(){return true;}
1417 
begin__samplerCUBE____gl_samplerCUBE()1418 virtual bool begin__samplerCUBE____gl_samplerCUBE(){return true;}
end__samplerCUBE____gl_samplerCUBE()1419 virtual bool end__samplerCUBE____gl_samplerCUBE(){return true;}
1420 
begin__samplerRECT____gl_samplerRECT()1421 virtual bool begin__samplerRECT____gl_samplerRECT(){return true;}
end__samplerRECT____gl_samplerRECT()1422 virtual bool end__samplerRECT____gl_samplerRECT(){return true;}
1423 
begin__samplerDEPTH____gl_samplerDEPTH()1424 virtual bool begin__samplerDEPTH____gl_samplerDEPTH(){return true;}
end__samplerDEPTH____gl_samplerDEPTH()1425 virtual bool end__samplerDEPTH____gl_samplerDEPTH(){return true;}
1426 
begin__enum____gl_enumeration()1427 virtual bool begin__enum____gl_enumeration(){return true;}
end__enum____gl_enumeration()1428 virtual bool end__enum____gl_enumeration(){return true;}
data__enum____gl_enumeration(UNION__gl_enumeration value)1429 virtual bool data__enum____gl_enumeration( UNION__gl_enumeration value ){return true;}
1430 
begin__array____glsl_newarray_type(const array____glsl_newarray_type__AttributeData & attributeData)1431 virtual bool begin__array____glsl_newarray_type( const array____glsl_newarray_type__AttributeData& attributeData ){return true;}
end__array____glsl_newarray_type()1432 virtual bool end__array____glsl_newarray_type(){return true;}
1433 
begin__profile_GLSL__technique(const profile_GLSL__technique__AttributeData & attributeData)1434 virtual bool begin__profile_GLSL__technique( const profile_GLSL__technique__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique()1435 virtual bool end__profile_GLSL__technique(){return true;}
1436 
begin__setparam____glsl_setparam(const setparam____glsl_setparam__AttributeData & attributeData)1437 virtual bool begin__setparam____glsl_setparam( const setparam____glsl_setparam__AttributeData& attributeData ){return true;}
end__setparam____glsl_setparam()1438 virtual bool end__setparam____glsl_setparam(){return true;}
1439 
begin__array____glsl_setarray_type(const array____glsl_setarray_type__AttributeData & attributeData)1440 virtual bool begin__array____glsl_setarray_type( const array____glsl_setarray_type__AttributeData& attributeData ){return true;}
end__array____glsl_setarray_type()1441 virtual bool end__array____glsl_setarray_type(){return true;}
1442 
begin__profile_GLSL__technique__pass(const profile_GLSL__technique__pass__AttributeData & attributeData)1443 virtual bool begin__profile_GLSL__technique__pass( const profile_GLSL__technique__pass__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass()1444 virtual bool end__profile_GLSL__technique__pass(){return true;}
1445 
begin__color_target____fx_colortarget_common(const color_target____fx_colortarget_common__AttributeData & attributeData)1446 virtual bool begin__color_target____fx_colortarget_common( const color_target____fx_colortarget_common__AttributeData& attributeData ){return true;}
end__color_target____fx_colortarget_common()1447 virtual bool end__color_target____fx_colortarget_common(){return true;}
data__color_target____fx_colortarget_common(const ParserChar * value,size_t length)1448 virtual bool data__color_target____fx_colortarget_common( const ParserChar* value, size_t length ){return true;}
1449 
begin__depth_target____fx_depthtarget_common(const depth_target____fx_depthtarget_common__AttributeData & attributeData)1450 virtual bool begin__depth_target____fx_depthtarget_common( const depth_target____fx_depthtarget_common__AttributeData& attributeData ){return true;}
end__depth_target____fx_depthtarget_common()1451 virtual bool end__depth_target____fx_depthtarget_common(){return true;}
data__depth_target____fx_depthtarget_common(const ParserChar * value,size_t length)1452 virtual bool data__depth_target____fx_depthtarget_common( const ParserChar* value, size_t length ){return true;}
1453 
begin__stencil_target____fx_stenciltarget_common(const stencil_target____fx_stenciltarget_common__AttributeData & attributeData)1454 virtual bool begin__stencil_target____fx_stenciltarget_common( const stencil_target____fx_stenciltarget_common__AttributeData& attributeData ){return true;}
end__stencil_target____fx_stenciltarget_common()1455 virtual bool end__stencil_target____fx_stenciltarget_common(){return true;}
data__stencil_target____fx_stenciltarget_common(const ParserChar * value,size_t length)1456 virtual bool data__stencil_target____fx_stenciltarget_common( const ParserChar* value, size_t length ){return true;}
1457 
begin__color_clear____fx_clearcolor_common(const color_clear____fx_clearcolor_common__AttributeData & attributeData)1458 virtual bool begin__color_clear____fx_clearcolor_common( const color_clear____fx_clearcolor_common__AttributeData& attributeData ){return true;}
end__color_clear____fx_clearcolor_common()1459 virtual bool end__color_clear____fx_clearcolor_common(){return true;}
data__color_clear____fx_clearcolor_common(const float * value,size_t length)1460 virtual bool data__color_clear____fx_clearcolor_common( const float* value, size_t length ){return true;}
1461 
begin__depth_clear____fx_cleardepth_common(const depth_clear____fx_cleardepth_common__AttributeData & attributeData)1462 virtual bool begin__depth_clear____fx_cleardepth_common( const depth_clear____fx_cleardepth_common__AttributeData& attributeData ){return true;}
end__depth_clear____fx_cleardepth_common()1463 virtual bool end__depth_clear____fx_cleardepth_common(){return true;}
data__depth_clear____fx_cleardepth_common(float value)1464 virtual bool data__depth_clear____fx_cleardepth_common( float value ){return true;}
1465 
begin__stencil_clear____fx_clearstencil_common(const stencil_clear____fx_clearstencil_common__AttributeData & attributeData)1466 virtual bool begin__stencil_clear____fx_clearstencil_common( const stencil_clear____fx_clearstencil_common__AttributeData& attributeData ){return true;}
end__stencil_clear____fx_clearstencil_common()1467 virtual bool end__stencil_clear____fx_clearstencil_common(){return true;}
data__stencil_clear____fx_clearstencil_common(sint8 value)1468 virtual bool data__stencil_clear____fx_clearstencil_common( sint8 value ){return true;}
1469 
begin__profile_GLSL__technique__pass__alpha_func()1470 virtual bool begin__profile_GLSL__technique__pass__alpha_func(){return true;}
end__profile_GLSL__technique__pass__alpha_func()1471 virtual bool end__profile_GLSL__technique__pass__alpha_func(){return true;}
1472 
begin__profile_GLSL__technique__pass__alpha_func__func(const profile_GLSL__technique__pass__alpha_func__func__AttributeData & attributeData)1473 virtual bool begin__profile_GLSL__technique__pass__alpha_func__func( const profile_GLSL__technique__pass__alpha_func__func__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__alpha_func__func()1474 virtual bool end__profile_GLSL__technique__pass__alpha_func__func(){return true;}
1475 
begin__profile_GLSL__technique__pass__alpha_func__value(const profile_GLSL__technique__pass__alpha_func__value__AttributeData & attributeData)1476 virtual bool begin__profile_GLSL__technique__pass__alpha_func__value( const profile_GLSL__technique__pass__alpha_func__value__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__alpha_func__value()1477 virtual bool end__profile_GLSL__technique__pass__alpha_func__value(){return true;}
1478 
begin__profile_GLSL__technique__pass__blend_func()1479 virtual bool begin__profile_GLSL__technique__pass__blend_func(){return true;}
end__profile_GLSL__technique__pass__blend_func()1480 virtual bool end__profile_GLSL__technique__pass__blend_func(){return true;}
1481 
begin__profile_GLSL__technique__pass__blend_func__src(const profile_GLSL__technique__pass__blend_func__src__AttributeData & attributeData)1482 virtual bool begin__profile_GLSL__technique__pass__blend_func__src( const profile_GLSL__technique__pass__blend_func__src__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__blend_func__src()1483 virtual bool end__profile_GLSL__technique__pass__blend_func__src(){return true;}
1484 
begin__profile_GLSL__technique__pass__blend_func__dest(const profile_GLSL__technique__pass__blend_func__dest__AttributeData & attributeData)1485 virtual bool begin__profile_GLSL__technique__pass__blend_func__dest( const profile_GLSL__technique__pass__blend_func__dest__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__blend_func__dest()1486 virtual bool end__profile_GLSL__technique__pass__blend_func__dest(){return true;}
1487 
begin__blend_func_separate()1488 virtual bool begin__blend_func_separate(){return true;}
end__blend_func_separate()1489 virtual bool end__blend_func_separate(){return true;}
1490 
begin__src_rgb(const src_rgb__AttributeData & attributeData)1491 virtual bool begin__src_rgb( const src_rgb__AttributeData& attributeData ){return true;}
end__src_rgb()1492 virtual bool end__src_rgb(){return true;}
1493 
begin__dest_rgb(const dest_rgb__AttributeData & attributeData)1494 virtual bool begin__dest_rgb( const dest_rgb__AttributeData& attributeData ){return true;}
end__dest_rgb()1495 virtual bool end__dest_rgb(){return true;}
1496 
begin__src_alpha(const src_alpha__AttributeData & attributeData)1497 virtual bool begin__src_alpha( const src_alpha__AttributeData& attributeData ){return true;}
end__src_alpha()1498 virtual bool end__src_alpha(){return true;}
1499 
begin__dest_alpha(const dest_alpha__AttributeData & attributeData)1500 virtual bool begin__dest_alpha( const dest_alpha__AttributeData& attributeData ){return true;}
end__dest_alpha()1501 virtual bool end__dest_alpha(){return true;}
1502 
begin__blend_equation(const blend_equation__AttributeData & attributeData)1503 virtual bool begin__blend_equation( const blend_equation__AttributeData& attributeData ){return true;}
end__blend_equation()1504 virtual bool end__blend_equation(){return true;}
1505 
begin__blend_equation_separate()1506 virtual bool begin__blend_equation_separate(){return true;}
end__blend_equation_separate()1507 virtual bool end__blend_equation_separate(){return true;}
1508 
begin__rgb(const rgb__AttributeData & attributeData)1509 virtual bool begin__rgb( const rgb__AttributeData& attributeData ){return true;}
end__rgb()1510 virtual bool end__rgb(){return true;}
1511 
begin__blend_equation_separate__alpha(const blend_equation_separate__alpha__AttributeData & attributeData)1512 virtual bool begin__blend_equation_separate__alpha( const blend_equation_separate__alpha__AttributeData& attributeData ){return true;}
end__blend_equation_separate__alpha()1513 virtual bool end__blend_equation_separate__alpha(){return true;}
1514 
begin__color_material()1515 virtual bool begin__color_material(){return true;}
end__color_material()1516 virtual bool end__color_material(){return true;}
1517 
begin__color_material__face(const color_material__face__AttributeData & attributeData)1518 virtual bool begin__color_material__face( const color_material__face__AttributeData& attributeData ){return true;}
end__color_material__face()1519 virtual bool end__color_material__face(){return true;}
1520 
begin__color_material__mode(const color_material__mode__AttributeData & attributeData)1521 virtual bool begin__color_material__mode( const color_material__mode__AttributeData& attributeData ){return true;}
end__color_material__mode()1522 virtual bool end__color_material__mode(){return true;}
1523 
begin__profile_GLSL__technique__pass__cull_face(const profile_GLSL__technique__pass__cull_face__AttributeData & attributeData)1524 virtual bool begin__profile_GLSL__technique__pass__cull_face( const profile_GLSL__technique__pass__cull_face__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__cull_face()1525 virtual bool end__profile_GLSL__technique__pass__cull_face(){return true;}
1526 
begin__profile_GLSL__technique__pass__depth_func(const profile_GLSL__technique__pass__depth_func__AttributeData & attributeData)1527 virtual bool begin__profile_GLSL__technique__pass__depth_func( const profile_GLSL__technique__pass__depth_func__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__depth_func()1528 virtual bool end__profile_GLSL__technique__pass__depth_func(){return true;}
1529 
begin__profile_GLSL__technique__pass__fog_mode(const profile_GLSL__technique__pass__fog_mode__AttributeData & attributeData)1530 virtual bool begin__profile_GLSL__technique__pass__fog_mode( const profile_GLSL__technique__pass__fog_mode__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_mode()1531 virtual bool end__profile_GLSL__technique__pass__fog_mode(){return true;}
1532 
begin__fog_coord_src(const fog_coord_src__AttributeData & attributeData)1533 virtual bool begin__fog_coord_src( const fog_coord_src__AttributeData& attributeData ){return true;}
end__fog_coord_src()1534 virtual bool end__fog_coord_src(){return true;}
1535 
begin__profile_GLSL__technique__pass__front_face(const profile_GLSL__technique__pass__front_face__AttributeData & attributeData)1536 virtual bool begin__profile_GLSL__technique__pass__front_face( const profile_GLSL__technique__pass__front_face__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__front_face()1537 virtual bool end__profile_GLSL__technique__pass__front_face(){return true;}
1538 
begin__light_model_color_control(const light_model_color_control__AttributeData & attributeData)1539 virtual bool begin__light_model_color_control( const light_model_color_control__AttributeData& attributeData ){return true;}
end__light_model_color_control()1540 virtual bool end__light_model_color_control(){return true;}
1541 
begin__profile_GLSL__technique__pass__logic_op(const profile_GLSL__technique__pass__logic_op__AttributeData & attributeData)1542 virtual bool begin__profile_GLSL__technique__pass__logic_op( const profile_GLSL__technique__pass__logic_op__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__logic_op()1543 virtual bool end__profile_GLSL__technique__pass__logic_op(){return true;}
1544 
begin__polygon_mode()1545 virtual bool begin__polygon_mode(){return true;}
end__polygon_mode()1546 virtual bool end__polygon_mode(){return true;}
1547 
begin__polygon_mode__face(const polygon_mode__face__AttributeData & attributeData)1548 virtual bool begin__polygon_mode__face( const polygon_mode__face__AttributeData& attributeData ){return true;}
end__polygon_mode__face()1549 virtual bool end__polygon_mode__face(){return true;}
1550 
begin__polygon_mode__mode(const polygon_mode__mode__AttributeData & attributeData)1551 virtual bool begin__polygon_mode__mode( const polygon_mode__mode__AttributeData& attributeData ){return true;}
end__polygon_mode__mode()1552 virtual bool end__polygon_mode__mode(){return true;}
1553 
begin__profile_GLSL__technique__pass__shade_model(const profile_GLSL__technique__pass__shade_model__AttributeData & attributeData)1554 virtual bool begin__profile_GLSL__technique__pass__shade_model( const profile_GLSL__technique__pass__shade_model__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__shade_model()1555 virtual bool end__profile_GLSL__technique__pass__shade_model(){return true;}
1556 
begin__profile_GLSL__technique__pass__stencil_func()1557 virtual bool begin__profile_GLSL__technique__pass__stencil_func(){return true;}
end__profile_GLSL__technique__pass__stencil_func()1558 virtual bool end__profile_GLSL__technique__pass__stencil_func(){return true;}
1559 
begin__profile_GLSL__technique__pass__stencil_func__func(const profile_GLSL__technique__pass__stencil_func__func__AttributeData & attributeData)1560 virtual bool begin__profile_GLSL__technique__pass__stencil_func__func( const profile_GLSL__technique__pass__stencil_func__func__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_func__func()1561 virtual bool end__profile_GLSL__technique__pass__stencil_func__func(){return true;}
1562 
begin__profile_GLSL__technique__pass__stencil_func__ref(const profile_GLSL__technique__pass__stencil_func__ref__AttributeData & attributeData)1563 virtual bool begin__profile_GLSL__technique__pass__stencil_func__ref( const profile_GLSL__technique__pass__stencil_func__ref__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_func__ref()1564 virtual bool end__profile_GLSL__technique__pass__stencil_func__ref(){return true;}
1565 
begin__profile_GLSL__technique__pass__stencil_func__mask(const profile_GLSL__technique__pass__stencil_func__mask__AttributeData & attributeData)1566 virtual bool begin__profile_GLSL__technique__pass__stencil_func__mask( const profile_GLSL__technique__pass__stencil_func__mask__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_func__mask()1567 virtual bool end__profile_GLSL__technique__pass__stencil_func__mask(){return true;}
1568 
begin__profile_GLSL__technique__pass__stencil_op()1569 virtual bool begin__profile_GLSL__technique__pass__stencil_op(){return true;}
end__profile_GLSL__technique__pass__stencil_op()1570 virtual bool end__profile_GLSL__technique__pass__stencil_op(){return true;}
1571 
begin__profile_GLSL__technique__pass__stencil_op__fail(const profile_GLSL__technique__pass__stencil_op__fail__AttributeData & attributeData)1572 virtual bool begin__profile_GLSL__technique__pass__stencil_op__fail( const profile_GLSL__technique__pass__stencil_op__fail__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_op__fail()1573 virtual bool end__profile_GLSL__technique__pass__stencil_op__fail(){return true;}
1574 
begin__profile_GLSL__technique__pass__stencil_op__zfail(const profile_GLSL__technique__pass__stencil_op__zfail__AttributeData & attributeData)1575 virtual bool begin__profile_GLSL__technique__pass__stencil_op__zfail( const profile_GLSL__technique__pass__stencil_op__zfail__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_op__zfail()1576 virtual bool end__profile_GLSL__technique__pass__stencil_op__zfail(){return true;}
1577 
begin__profile_GLSL__technique__pass__stencil_op__zpass(const profile_GLSL__technique__pass__stencil_op__zpass__AttributeData & attributeData)1578 virtual bool begin__profile_GLSL__technique__pass__stencil_op__zpass( const profile_GLSL__technique__pass__stencil_op__zpass__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_op__zpass()1579 virtual bool end__profile_GLSL__technique__pass__stencil_op__zpass(){return true;}
1580 
begin__stencil_func_separate()1581 virtual bool begin__stencil_func_separate(){return true;}
end__stencil_func_separate()1582 virtual bool end__stencil_func_separate(){return true;}
1583 
begin__front(const front__AttributeData & attributeData)1584 virtual bool begin__front( const front__AttributeData& attributeData ){return true;}
end__front()1585 virtual bool end__front(){return true;}
1586 
begin__back(const back__AttributeData & attributeData)1587 virtual bool begin__back( const back__AttributeData& attributeData ){return true;}
end__back()1588 virtual bool end__back(){return true;}
1589 
begin__stencil_func_separate__ref(const stencil_func_separate__ref__AttributeData & attributeData)1590 virtual bool begin__stencil_func_separate__ref( const stencil_func_separate__ref__AttributeData& attributeData ){return true;}
end__stencil_func_separate__ref()1591 virtual bool end__stencil_func_separate__ref(){return true;}
1592 
begin__stencil_func_separate__mask(const stencil_func_separate__mask__AttributeData & attributeData)1593 virtual bool begin__stencil_func_separate__mask( const stencil_func_separate__mask__AttributeData& attributeData ){return true;}
end__stencil_func_separate__mask()1594 virtual bool end__stencil_func_separate__mask(){return true;}
1595 
begin__stencil_op_separate()1596 virtual bool begin__stencil_op_separate(){return true;}
end__stencil_op_separate()1597 virtual bool end__stencil_op_separate(){return true;}
1598 
begin__stencil_op_separate__face(const stencil_op_separate__face__AttributeData & attributeData)1599 virtual bool begin__stencil_op_separate__face( const stencil_op_separate__face__AttributeData& attributeData ){return true;}
end__stencil_op_separate__face()1600 virtual bool end__stencil_op_separate__face(){return true;}
1601 
begin__stencil_op_separate__fail(const stencil_op_separate__fail__AttributeData & attributeData)1602 virtual bool begin__stencil_op_separate__fail( const stencil_op_separate__fail__AttributeData& attributeData ){return true;}
end__stencil_op_separate__fail()1603 virtual bool end__stencil_op_separate__fail(){return true;}
1604 
begin__stencil_op_separate__zfail(const stencil_op_separate__zfail__AttributeData & attributeData)1605 virtual bool begin__stencil_op_separate__zfail( const stencil_op_separate__zfail__AttributeData& attributeData ){return true;}
end__stencil_op_separate__zfail()1606 virtual bool end__stencil_op_separate__zfail(){return true;}
1607 
begin__stencil_op_separate__zpass(const stencil_op_separate__zpass__AttributeData & attributeData)1608 virtual bool begin__stencil_op_separate__zpass( const stencil_op_separate__zpass__AttributeData& attributeData ){return true;}
end__stencil_op_separate__zpass()1609 virtual bool end__stencil_op_separate__zpass(){return true;}
1610 
begin__stencil_mask_separate()1611 virtual bool begin__stencil_mask_separate(){return true;}
end__stencil_mask_separate()1612 virtual bool end__stencil_mask_separate(){return true;}
1613 
begin__stencil_mask_separate__face(const stencil_mask_separate__face__AttributeData & attributeData)1614 virtual bool begin__stencil_mask_separate__face( const stencil_mask_separate__face__AttributeData& attributeData ){return true;}
end__stencil_mask_separate__face()1615 virtual bool end__stencil_mask_separate__face(){return true;}
1616 
begin__stencil_mask_separate__mask(const stencil_mask_separate__mask__AttributeData & attributeData)1617 virtual bool begin__stencil_mask_separate__mask( const stencil_mask_separate__mask__AttributeData& attributeData ){return true;}
end__stencil_mask_separate__mask()1618 virtual bool end__stencil_mask_separate__mask(){return true;}
1619 
begin__profile_GLSL__technique__pass__light_enable(const profile_GLSL__technique__pass__light_enable__AttributeData & attributeData)1620 virtual bool begin__profile_GLSL__technique__pass__light_enable( const profile_GLSL__technique__pass__light_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_enable()1621 virtual bool end__profile_GLSL__technique__pass__light_enable(){return true;}
1622 
begin__profile_GLSL__technique__pass__light_ambient(const profile_GLSL__technique__pass__light_ambient__AttributeData & attributeData)1623 virtual bool begin__profile_GLSL__technique__pass__light_ambient( const profile_GLSL__technique__pass__light_ambient__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_ambient()1624 virtual bool end__profile_GLSL__technique__pass__light_ambient(){return true;}
1625 
begin__profile_GLSL__technique__pass__light_diffuse(const profile_GLSL__technique__pass__light_diffuse__AttributeData & attributeData)1626 virtual bool begin__profile_GLSL__technique__pass__light_diffuse( const profile_GLSL__technique__pass__light_diffuse__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_diffuse()1627 virtual bool end__profile_GLSL__technique__pass__light_diffuse(){return true;}
1628 
begin__profile_GLSL__technique__pass__light_specular(const profile_GLSL__technique__pass__light_specular__AttributeData & attributeData)1629 virtual bool begin__profile_GLSL__technique__pass__light_specular( const profile_GLSL__technique__pass__light_specular__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_specular()1630 virtual bool end__profile_GLSL__technique__pass__light_specular(){return true;}
1631 
begin__profile_GLSL__technique__pass__light_position(const profile_GLSL__technique__pass__light_position__AttributeData & attributeData)1632 virtual bool begin__profile_GLSL__technique__pass__light_position( const profile_GLSL__technique__pass__light_position__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_position()1633 virtual bool end__profile_GLSL__technique__pass__light_position(){return true;}
1634 
begin__profile_GLSL__technique__pass__light_constant_attenuation(const profile_GLSL__technique__pass__light_constant_attenuation__AttributeData & attributeData)1635 virtual bool begin__profile_GLSL__technique__pass__light_constant_attenuation( const profile_GLSL__technique__pass__light_constant_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_constant_attenuation()1636 virtual bool end__profile_GLSL__technique__pass__light_constant_attenuation(){return true;}
1637 
begin__light_linear_attenuation(const light_linear_attenuation__AttributeData & attributeData)1638 virtual bool begin__light_linear_attenuation( const light_linear_attenuation__AttributeData& attributeData ){return true;}
end__light_linear_attenuation()1639 virtual bool end__light_linear_attenuation(){return true;}
1640 
begin__profile_GLSL__technique__pass__light_quadratic_attenuation(const profile_GLSL__technique__pass__light_quadratic_attenuation__AttributeData & attributeData)1641 virtual bool begin__profile_GLSL__technique__pass__light_quadratic_attenuation( const profile_GLSL__technique__pass__light_quadratic_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_quadratic_attenuation()1642 virtual bool end__profile_GLSL__technique__pass__light_quadratic_attenuation(){return true;}
1643 
begin__profile_GLSL__technique__pass__light_spot_cutoff(const profile_GLSL__technique__pass__light_spot_cutoff__AttributeData & attributeData)1644 virtual bool begin__profile_GLSL__technique__pass__light_spot_cutoff( const profile_GLSL__technique__pass__light_spot_cutoff__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_spot_cutoff()1645 virtual bool end__profile_GLSL__technique__pass__light_spot_cutoff(){return true;}
1646 
begin__profile_GLSL__technique__pass__light_spot_direction(const profile_GLSL__technique__pass__light_spot_direction__AttributeData & attributeData)1647 virtual bool begin__profile_GLSL__technique__pass__light_spot_direction( const profile_GLSL__technique__pass__light_spot_direction__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_spot_direction()1648 virtual bool end__profile_GLSL__technique__pass__light_spot_direction(){return true;}
1649 
begin__profile_GLSL__technique__pass__light_spot_exponent(const profile_GLSL__technique__pass__light_spot_exponent__AttributeData & attributeData)1650 virtual bool begin__profile_GLSL__technique__pass__light_spot_exponent( const profile_GLSL__technique__pass__light_spot_exponent__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_spot_exponent()1651 virtual bool end__profile_GLSL__technique__pass__light_spot_exponent(){return true;}
1652 
begin__texture1D(const texture1D__AttributeData & attributeData)1653 virtual bool begin__texture1D( const texture1D__AttributeData& attributeData ){return true;}
end__texture1D()1654 virtual bool end__texture1D(){return true;}
1655 
begin__value____gl_sampler1D()1656 virtual bool begin__value____gl_sampler1D(){return true;}
end__value____gl_sampler1D()1657 virtual bool end__value____gl_sampler1D(){return true;}
1658 
begin__param____NCName()1659 virtual bool begin__param____NCName(){return true;}
end__param____NCName()1660 virtual bool end__param____NCName(){return true;}
data__param____NCName(const ParserChar * value,size_t length)1661 virtual bool data__param____NCName( const ParserChar* value, size_t length ){return true;}
1662 
begin__texture2D(const texture2D__AttributeData & attributeData)1663 virtual bool begin__texture2D( const texture2D__AttributeData& attributeData ){return true;}
end__texture2D()1664 virtual bool end__texture2D(){return true;}
1665 
begin__value____gl_sampler2D()1666 virtual bool begin__value____gl_sampler2D(){return true;}
end__value____gl_sampler2D()1667 virtual bool end__value____gl_sampler2D(){return true;}
1668 
begin__texture3D(const texture3D__AttributeData & attributeData)1669 virtual bool begin__texture3D( const texture3D__AttributeData& attributeData ){return true;}
end__texture3D()1670 virtual bool end__texture3D(){return true;}
1671 
begin__value____gl_sampler3D()1672 virtual bool begin__value____gl_sampler3D(){return true;}
end__value____gl_sampler3D()1673 virtual bool end__value____gl_sampler3D(){return true;}
1674 
begin__textureCUBE(const textureCUBE__AttributeData & attributeData)1675 virtual bool begin__textureCUBE( const textureCUBE__AttributeData& attributeData ){return true;}
end__textureCUBE()1676 virtual bool end__textureCUBE(){return true;}
1677 
begin__value____gl_samplerCUBE()1678 virtual bool begin__value____gl_samplerCUBE(){return true;}
end__value____gl_samplerCUBE()1679 virtual bool end__value____gl_samplerCUBE(){return true;}
1680 
begin__textureRECT(const textureRECT__AttributeData & attributeData)1681 virtual bool begin__textureRECT( const textureRECT__AttributeData& attributeData ){return true;}
end__textureRECT()1682 virtual bool end__textureRECT(){return true;}
1683 
begin__value____gl_samplerRECT()1684 virtual bool begin__value____gl_samplerRECT(){return true;}
end__value____gl_samplerRECT()1685 virtual bool end__value____gl_samplerRECT(){return true;}
1686 
begin__textureDEPTH(const textureDEPTH__AttributeData & attributeData)1687 virtual bool begin__textureDEPTH( const textureDEPTH__AttributeData& attributeData ){return true;}
end__textureDEPTH()1688 virtual bool end__textureDEPTH(){return true;}
1689 
begin__value____gl_samplerDEPTH()1690 virtual bool begin__value____gl_samplerDEPTH(){return true;}
end__value____gl_samplerDEPTH()1691 virtual bool end__value____gl_samplerDEPTH(){return true;}
1692 
begin__texture1D_enable(const texture1D_enable__AttributeData & attributeData)1693 virtual bool begin__texture1D_enable( const texture1D_enable__AttributeData& attributeData ){return true;}
end__texture1D_enable()1694 virtual bool end__texture1D_enable(){return true;}
1695 
begin__texture2D_enable(const texture2D_enable__AttributeData & attributeData)1696 virtual bool begin__texture2D_enable( const texture2D_enable__AttributeData& attributeData ){return true;}
end__texture2D_enable()1697 virtual bool end__texture2D_enable(){return true;}
1698 
begin__texture3D_enable(const texture3D_enable__AttributeData & attributeData)1699 virtual bool begin__texture3D_enable( const texture3D_enable__AttributeData& attributeData ){return true;}
end__texture3D_enable()1700 virtual bool end__texture3D_enable(){return true;}
1701 
begin__textureCUBE_enable(const textureCUBE_enable__AttributeData & attributeData)1702 virtual bool begin__textureCUBE_enable( const textureCUBE_enable__AttributeData& attributeData ){return true;}
end__textureCUBE_enable()1703 virtual bool end__textureCUBE_enable(){return true;}
1704 
begin__textureRECT_enable(const textureRECT_enable__AttributeData & attributeData)1705 virtual bool begin__textureRECT_enable( const textureRECT_enable__AttributeData& attributeData ){return true;}
end__textureRECT_enable()1706 virtual bool end__textureRECT_enable(){return true;}
1707 
begin__textureDEPTH_enable(const textureDEPTH_enable__AttributeData & attributeData)1708 virtual bool begin__textureDEPTH_enable( const textureDEPTH_enable__AttributeData& attributeData ){return true;}
end__textureDEPTH_enable()1709 virtual bool end__textureDEPTH_enable(){return true;}
1710 
begin__texture_env_color(const texture_env_color__AttributeData & attributeData)1711 virtual bool begin__texture_env_color( const texture_env_color__AttributeData& attributeData ){return true;}
end__texture_env_color()1712 virtual bool end__texture_env_color(){return true;}
1713 
begin__texture_env_mode(const texture_env_mode__AttributeData & attributeData)1714 virtual bool begin__texture_env_mode( const texture_env_mode__AttributeData& attributeData ){return true;}
end__texture_env_mode()1715 virtual bool end__texture_env_mode(){return true;}
1716 
begin__profile_GLSL__technique__pass__clip_plane(const profile_GLSL__technique__pass__clip_plane__AttributeData & attributeData)1717 virtual bool begin__profile_GLSL__technique__pass__clip_plane( const profile_GLSL__technique__pass__clip_plane__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__clip_plane()1718 virtual bool end__profile_GLSL__technique__pass__clip_plane(){return true;}
1719 
begin__profile_GLSL__technique__pass__clip_plane_enable(const profile_GLSL__technique__pass__clip_plane_enable__AttributeData & attributeData)1720 virtual bool begin__profile_GLSL__technique__pass__clip_plane_enable( const profile_GLSL__technique__pass__clip_plane_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__clip_plane_enable()1721 virtual bool end__profile_GLSL__technique__pass__clip_plane_enable(){return true;}
1722 
begin__blend_color(const blend_color__AttributeData & attributeData)1723 virtual bool begin__blend_color( const blend_color__AttributeData& attributeData ){return true;}
end__blend_color()1724 virtual bool end__blend_color(){return true;}
1725 
begin__profile_GLSL__technique__pass__clear_color(const profile_GLSL__technique__pass__clear_color__AttributeData & attributeData)1726 virtual bool begin__profile_GLSL__technique__pass__clear_color( const profile_GLSL__technique__pass__clear_color__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__clear_color()1727 virtual bool end__profile_GLSL__technique__pass__clear_color(){return true;}
1728 
begin__profile_GLSL__technique__pass__clear_stencil(const profile_GLSL__technique__pass__clear_stencil__AttributeData & attributeData)1729 virtual bool begin__profile_GLSL__technique__pass__clear_stencil( const profile_GLSL__technique__pass__clear_stencil__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__clear_stencil()1730 virtual bool end__profile_GLSL__technique__pass__clear_stencil(){return true;}
1731 
begin__profile_GLSL__technique__pass__clear_depth(const profile_GLSL__technique__pass__clear_depth__AttributeData & attributeData)1732 virtual bool begin__profile_GLSL__technique__pass__clear_depth( const profile_GLSL__technique__pass__clear_depth__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__clear_depth()1733 virtual bool end__profile_GLSL__technique__pass__clear_depth(){return true;}
1734 
begin__profile_GLSL__technique__pass__color_mask(const profile_GLSL__technique__pass__color_mask__AttributeData & attributeData)1735 virtual bool begin__profile_GLSL__technique__pass__color_mask( const profile_GLSL__technique__pass__color_mask__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__color_mask()1736 virtual bool end__profile_GLSL__technique__pass__color_mask(){return true;}
1737 
begin__depth_bounds(const depth_bounds__AttributeData & attributeData)1738 virtual bool begin__depth_bounds( const depth_bounds__AttributeData& attributeData ){return true;}
end__depth_bounds()1739 virtual bool end__depth_bounds(){return true;}
1740 
begin__profile_GLSL__technique__pass__depth_mask(const profile_GLSL__technique__pass__depth_mask__AttributeData & attributeData)1741 virtual bool begin__profile_GLSL__technique__pass__depth_mask( const profile_GLSL__technique__pass__depth_mask__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__depth_mask()1742 virtual bool end__profile_GLSL__technique__pass__depth_mask(){return true;}
1743 
begin__profile_GLSL__technique__pass__depth_range(const profile_GLSL__technique__pass__depth_range__AttributeData & attributeData)1744 virtual bool begin__profile_GLSL__technique__pass__depth_range( const profile_GLSL__technique__pass__depth_range__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__depth_range()1745 virtual bool end__profile_GLSL__technique__pass__depth_range(){return true;}
1746 
begin__profile_GLSL__technique__pass__fog_density(const profile_GLSL__technique__pass__fog_density__AttributeData & attributeData)1747 virtual bool begin__profile_GLSL__technique__pass__fog_density( const profile_GLSL__technique__pass__fog_density__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_density()1748 virtual bool end__profile_GLSL__technique__pass__fog_density(){return true;}
1749 
begin__profile_GLSL__technique__pass__fog_start(const profile_GLSL__technique__pass__fog_start__AttributeData & attributeData)1750 virtual bool begin__profile_GLSL__technique__pass__fog_start( const profile_GLSL__technique__pass__fog_start__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_start()1751 virtual bool end__profile_GLSL__technique__pass__fog_start(){return true;}
1752 
begin__profile_GLSL__technique__pass__fog_end(const profile_GLSL__technique__pass__fog_end__AttributeData & attributeData)1753 virtual bool begin__profile_GLSL__technique__pass__fog_end( const profile_GLSL__technique__pass__fog_end__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_end()1754 virtual bool end__profile_GLSL__technique__pass__fog_end(){return true;}
1755 
begin__profile_GLSL__technique__pass__fog_color(const profile_GLSL__technique__pass__fog_color__AttributeData & attributeData)1756 virtual bool begin__profile_GLSL__technique__pass__fog_color( const profile_GLSL__technique__pass__fog_color__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_color()1757 virtual bool end__profile_GLSL__technique__pass__fog_color(){return true;}
1758 
begin__profile_GLSL__technique__pass__light_model_ambient(const profile_GLSL__technique__pass__light_model_ambient__AttributeData & attributeData)1759 virtual bool begin__profile_GLSL__technique__pass__light_model_ambient( const profile_GLSL__technique__pass__light_model_ambient__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_model_ambient()1760 virtual bool end__profile_GLSL__technique__pass__light_model_ambient(){return true;}
1761 
begin__profile_GLSL__technique__pass__lighting_enable(const profile_GLSL__technique__pass__lighting_enable__AttributeData & attributeData)1762 virtual bool begin__profile_GLSL__technique__pass__lighting_enable( const profile_GLSL__technique__pass__lighting_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__lighting_enable()1763 virtual bool end__profile_GLSL__technique__pass__lighting_enable(){return true;}
1764 
begin__line_stipple(const line_stipple__AttributeData & attributeData)1765 virtual bool begin__line_stipple( const line_stipple__AttributeData& attributeData ){return true;}
end__line_stipple()1766 virtual bool end__line_stipple(){return true;}
1767 
begin__profile_GLSL__technique__pass__line_width(const profile_GLSL__technique__pass__line_width__AttributeData & attributeData)1768 virtual bool begin__profile_GLSL__technique__pass__line_width( const profile_GLSL__technique__pass__line_width__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__line_width()1769 virtual bool end__profile_GLSL__technique__pass__line_width(){return true;}
1770 
begin__profile_GLSL__technique__pass__material_ambient(const profile_GLSL__technique__pass__material_ambient__AttributeData & attributeData)1771 virtual bool begin__profile_GLSL__technique__pass__material_ambient( const profile_GLSL__technique__pass__material_ambient__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__material_ambient()1772 virtual bool end__profile_GLSL__technique__pass__material_ambient(){return true;}
1773 
begin__profile_GLSL__technique__pass__material_diffuse(const profile_GLSL__technique__pass__material_diffuse__AttributeData & attributeData)1774 virtual bool begin__profile_GLSL__technique__pass__material_diffuse( const profile_GLSL__technique__pass__material_diffuse__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__material_diffuse()1775 virtual bool end__profile_GLSL__technique__pass__material_diffuse(){return true;}
1776 
begin__profile_GLSL__technique__pass__material_emission(const profile_GLSL__technique__pass__material_emission__AttributeData & attributeData)1777 virtual bool begin__profile_GLSL__technique__pass__material_emission( const profile_GLSL__technique__pass__material_emission__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__material_emission()1778 virtual bool end__profile_GLSL__technique__pass__material_emission(){return true;}
1779 
begin__profile_GLSL__technique__pass__material_shininess(const profile_GLSL__technique__pass__material_shininess__AttributeData & attributeData)1780 virtual bool begin__profile_GLSL__technique__pass__material_shininess( const profile_GLSL__technique__pass__material_shininess__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__material_shininess()1781 virtual bool end__profile_GLSL__technique__pass__material_shininess(){return true;}
1782 
begin__profile_GLSL__technique__pass__material_specular(const profile_GLSL__technique__pass__material_specular__AttributeData & attributeData)1783 virtual bool begin__profile_GLSL__technique__pass__material_specular( const profile_GLSL__technique__pass__material_specular__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__material_specular()1784 virtual bool end__profile_GLSL__technique__pass__material_specular(){return true;}
1785 
begin__profile_GLSL__technique__pass__model_view_matrix(const profile_GLSL__technique__pass__model_view_matrix__AttributeData & attributeData)1786 virtual bool begin__profile_GLSL__technique__pass__model_view_matrix( const profile_GLSL__technique__pass__model_view_matrix__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__model_view_matrix()1787 virtual bool end__profile_GLSL__technique__pass__model_view_matrix(){return true;}
1788 
begin__profile_GLSL__technique__pass__point_distance_attenuation(const profile_GLSL__technique__pass__point_distance_attenuation__AttributeData & attributeData)1789 virtual bool begin__profile_GLSL__technique__pass__point_distance_attenuation( const profile_GLSL__technique__pass__point_distance_attenuation__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_distance_attenuation()1790 virtual bool end__profile_GLSL__technique__pass__point_distance_attenuation(){return true;}
1791 
begin__profile_GLSL__technique__pass__point_fade_threshold_size(const profile_GLSL__technique__pass__point_fade_threshold_size__AttributeData & attributeData)1792 virtual bool begin__profile_GLSL__technique__pass__point_fade_threshold_size( const profile_GLSL__technique__pass__point_fade_threshold_size__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_fade_threshold_size()1793 virtual bool end__profile_GLSL__technique__pass__point_fade_threshold_size(){return true;}
1794 
begin__profile_GLSL__technique__pass__point_size(const profile_GLSL__technique__pass__point_size__AttributeData & attributeData)1795 virtual bool begin__profile_GLSL__technique__pass__point_size( const profile_GLSL__technique__pass__point_size__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_size()1796 virtual bool end__profile_GLSL__technique__pass__point_size(){return true;}
1797 
begin__profile_GLSL__technique__pass__point_size_min(const profile_GLSL__technique__pass__point_size_min__AttributeData & attributeData)1798 virtual bool begin__profile_GLSL__technique__pass__point_size_min( const profile_GLSL__technique__pass__point_size_min__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_size_min()1799 virtual bool end__profile_GLSL__technique__pass__point_size_min(){return true;}
1800 
begin__profile_GLSL__technique__pass__point_size_max(const profile_GLSL__technique__pass__point_size_max__AttributeData & attributeData)1801 virtual bool begin__profile_GLSL__technique__pass__point_size_max( const profile_GLSL__technique__pass__point_size_max__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_size_max()1802 virtual bool end__profile_GLSL__technique__pass__point_size_max(){return true;}
1803 
begin__profile_GLSL__technique__pass__polygon_offset(const profile_GLSL__technique__pass__polygon_offset__AttributeData & attributeData)1804 virtual bool begin__profile_GLSL__technique__pass__polygon_offset( const profile_GLSL__technique__pass__polygon_offset__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__polygon_offset()1805 virtual bool end__profile_GLSL__technique__pass__polygon_offset(){return true;}
1806 
begin__profile_GLSL__technique__pass__projection_matrix(const profile_GLSL__technique__pass__projection_matrix__AttributeData & attributeData)1807 virtual bool begin__profile_GLSL__technique__pass__projection_matrix( const profile_GLSL__technique__pass__projection_matrix__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__projection_matrix()1808 virtual bool end__profile_GLSL__technique__pass__projection_matrix(){return true;}
1809 
begin__profile_GLSL__technique__pass__scissor(const profile_GLSL__technique__pass__scissor__AttributeData & attributeData)1810 virtual bool begin__profile_GLSL__technique__pass__scissor( const profile_GLSL__technique__pass__scissor__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__scissor()1811 virtual bool end__profile_GLSL__technique__pass__scissor(){return true;}
1812 
begin__profile_GLSL__technique__pass__stencil_mask(const profile_GLSL__technique__pass__stencil_mask__AttributeData & attributeData)1813 virtual bool begin__profile_GLSL__technique__pass__stencil_mask( const profile_GLSL__technique__pass__stencil_mask__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_mask()1814 virtual bool end__profile_GLSL__technique__pass__stencil_mask(){return true;}
1815 
begin__profile_GLSL__technique__pass__alpha_test_enable(const profile_GLSL__technique__pass__alpha_test_enable__AttributeData & attributeData)1816 virtual bool begin__profile_GLSL__technique__pass__alpha_test_enable( const profile_GLSL__technique__pass__alpha_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__alpha_test_enable()1817 virtual bool end__profile_GLSL__technique__pass__alpha_test_enable(){return true;}
1818 
begin__auto_normal_enable(const auto_normal_enable__AttributeData & attributeData)1819 virtual bool begin__auto_normal_enable( const auto_normal_enable__AttributeData& attributeData ){return true;}
end__auto_normal_enable()1820 virtual bool end__auto_normal_enable(){return true;}
1821 
begin__profile_GLSL__technique__pass__blend_enable(const profile_GLSL__technique__pass__blend_enable__AttributeData & attributeData)1822 virtual bool begin__profile_GLSL__technique__pass__blend_enable( const profile_GLSL__technique__pass__blend_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__blend_enable()1823 virtual bool end__profile_GLSL__technique__pass__blend_enable(){return true;}
1824 
begin__profile_GLSL__technique__pass__color_logic_op_enable(const profile_GLSL__technique__pass__color_logic_op_enable__AttributeData & attributeData)1825 virtual bool begin__profile_GLSL__technique__pass__color_logic_op_enable( const profile_GLSL__technique__pass__color_logic_op_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__color_logic_op_enable()1826 virtual bool end__profile_GLSL__technique__pass__color_logic_op_enable(){return true;}
1827 
begin__profile_GLSL__technique__pass__color_material_enable(const profile_GLSL__technique__pass__color_material_enable__AttributeData & attributeData)1828 virtual bool begin__profile_GLSL__technique__pass__color_material_enable( const profile_GLSL__technique__pass__color_material_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__color_material_enable()1829 virtual bool end__profile_GLSL__technique__pass__color_material_enable(){return true;}
1830 
begin__profile_GLSL__technique__pass__cull_face_enable(const profile_GLSL__technique__pass__cull_face_enable__AttributeData & attributeData)1831 virtual bool begin__profile_GLSL__technique__pass__cull_face_enable( const profile_GLSL__technique__pass__cull_face_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__cull_face_enable()1832 virtual bool end__profile_GLSL__technique__pass__cull_face_enable(){return true;}
1833 
begin__depth_bounds_enable(const depth_bounds_enable__AttributeData & attributeData)1834 virtual bool begin__depth_bounds_enable( const depth_bounds_enable__AttributeData& attributeData ){return true;}
end__depth_bounds_enable()1835 virtual bool end__depth_bounds_enable(){return true;}
1836 
begin__depth_clamp_enable(const depth_clamp_enable__AttributeData & attributeData)1837 virtual bool begin__depth_clamp_enable( const depth_clamp_enable__AttributeData& attributeData ){return true;}
end__depth_clamp_enable()1838 virtual bool end__depth_clamp_enable(){return true;}
1839 
begin__profile_GLSL__technique__pass__depth_test_enable(const profile_GLSL__technique__pass__depth_test_enable__AttributeData & attributeData)1840 virtual bool begin__profile_GLSL__technique__pass__depth_test_enable( const profile_GLSL__technique__pass__depth_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__depth_test_enable()1841 virtual bool end__profile_GLSL__technique__pass__depth_test_enable(){return true;}
1842 
begin__profile_GLSL__technique__pass__dither_enable(const profile_GLSL__technique__pass__dither_enable__AttributeData & attributeData)1843 virtual bool begin__profile_GLSL__technique__pass__dither_enable( const profile_GLSL__technique__pass__dither_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__dither_enable()1844 virtual bool end__profile_GLSL__technique__pass__dither_enable(){return true;}
1845 
begin__profile_GLSL__technique__pass__fog_enable(const profile_GLSL__technique__pass__fog_enable__AttributeData & attributeData)1846 virtual bool begin__profile_GLSL__technique__pass__fog_enable( const profile_GLSL__technique__pass__fog_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__fog_enable()1847 virtual bool end__profile_GLSL__technique__pass__fog_enable(){return true;}
1848 
begin__light_model_local_viewer_enable(const light_model_local_viewer_enable__AttributeData & attributeData)1849 virtual bool begin__light_model_local_viewer_enable( const light_model_local_viewer_enable__AttributeData& attributeData ){return true;}
end__light_model_local_viewer_enable()1850 virtual bool end__light_model_local_viewer_enable(){return true;}
1851 
begin__profile_GLSL__technique__pass__light_model_two_side_enable(const profile_GLSL__technique__pass__light_model_two_side_enable__AttributeData & attributeData)1852 virtual bool begin__profile_GLSL__technique__pass__light_model_two_side_enable( const profile_GLSL__technique__pass__light_model_two_side_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__light_model_two_side_enable()1853 virtual bool end__profile_GLSL__technique__pass__light_model_two_side_enable(){return true;}
1854 
begin__profile_GLSL__technique__pass__line_smooth_enable(const profile_GLSL__technique__pass__line_smooth_enable__AttributeData & attributeData)1855 virtual bool begin__profile_GLSL__technique__pass__line_smooth_enable( const profile_GLSL__technique__pass__line_smooth_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__line_smooth_enable()1856 virtual bool end__profile_GLSL__technique__pass__line_smooth_enable(){return true;}
1857 
begin__line_stipple_enable(const line_stipple_enable__AttributeData & attributeData)1858 virtual bool begin__line_stipple_enable( const line_stipple_enable__AttributeData& attributeData ){return true;}
end__line_stipple_enable()1859 virtual bool end__line_stipple_enable(){return true;}
1860 
begin__logic_op_enable(const logic_op_enable__AttributeData & attributeData)1861 virtual bool begin__logic_op_enable( const logic_op_enable__AttributeData& attributeData ){return true;}
end__logic_op_enable()1862 virtual bool end__logic_op_enable(){return true;}
1863 
begin__profile_GLSL__technique__pass__multisample_enable(const profile_GLSL__technique__pass__multisample_enable__AttributeData & attributeData)1864 virtual bool begin__profile_GLSL__technique__pass__multisample_enable( const profile_GLSL__technique__pass__multisample_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__multisample_enable()1865 virtual bool end__profile_GLSL__technique__pass__multisample_enable(){return true;}
1866 
begin__profile_GLSL__technique__pass__normalize_enable(const profile_GLSL__technique__pass__normalize_enable__AttributeData & attributeData)1867 virtual bool begin__profile_GLSL__technique__pass__normalize_enable( const profile_GLSL__technique__pass__normalize_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__normalize_enable()1868 virtual bool end__profile_GLSL__technique__pass__normalize_enable(){return true;}
1869 
begin__profile_GLSL__technique__pass__point_smooth_enable(const profile_GLSL__technique__pass__point_smooth_enable__AttributeData & attributeData)1870 virtual bool begin__profile_GLSL__technique__pass__point_smooth_enable( const profile_GLSL__technique__pass__point_smooth_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__point_smooth_enable()1871 virtual bool end__profile_GLSL__technique__pass__point_smooth_enable(){return true;}
1872 
begin__profile_GLSL__technique__pass__polygon_offset_fill_enable(const profile_GLSL__technique__pass__polygon_offset_fill_enable__AttributeData & attributeData)1873 virtual bool begin__profile_GLSL__technique__pass__polygon_offset_fill_enable( const profile_GLSL__technique__pass__polygon_offset_fill_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__polygon_offset_fill_enable()1874 virtual bool end__profile_GLSL__technique__pass__polygon_offset_fill_enable(){return true;}
1875 
begin__polygon_offset_line_enable(const polygon_offset_line_enable__AttributeData & attributeData)1876 virtual bool begin__polygon_offset_line_enable( const polygon_offset_line_enable__AttributeData& attributeData ){return true;}
end__polygon_offset_line_enable()1877 virtual bool end__polygon_offset_line_enable(){return true;}
1878 
begin__polygon_offset_point_enable(const polygon_offset_point_enable__AttributeData & attributeData)1879 virtual bool begin__polygon_offset_point_enable( const polygon_offset_point_enable__AttributeData& attributeData ){return true;}
end__polygon_offset_point_enable()1880 virtual bool end__polygon_offset_point_enable(){return true;}
1881 
begin__polygon_smooth_enable(const polygon_smooth_enable__AttributeData & attributeData)1882 virtual bool begin__polygon_smooth_enable( const polygon_smooth_enable__AttributeData& attributeData ){return true;}
end__polygon_smooth_enable()1883 virtual bool end__polygon_smooth_enable(){return true;}
1884 
begin__polygon_stipple_enable(const polygon_stipple_enable__AttributeData & attributeData)1885 virtual bool begin__polygon_stipple_enable( const polygon_stipple_enable__AttributeData& attributeData ){return true;}
end__polygon_stipple_enable()1886 virtual bool end__polygon_stipple_enable(){return true;}
1887 
begin__profile_GLSL__technique__pass__rescale_normal_enable(const profile_GLSL__technique__pass__rescale_normal_enable__AttributeData & attributeData)1888 virtual bool begin__profile_GLSL__technique__pass__rescale_normal_enable( const profile_GLSL__technique__pass__rescale_normal_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__rescale_normal_enable()1889 virtual bool end__profile_GLSL__technique__pass__rescale_normal_enable(){return true;}
1890 
begin__profile_GLSL__technique__pass__sample_alpha_to_coverage_enable(const profile_GLSL__technique__pass__sample_alpha_to_coverage_enable__AttributeData & attributeData)1891 virtual bool begin__profile_GLSL__technique__pass__sample_alpha_to_coverage_enable( const profile_GLSL__technique__pass__sample_alpha_to_coverage_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__sample_alpha_to_coverage_enable()1892 virtual bool end__profile_GLSL__technique__pass__sample_alpha_to_coverage_enable(){return true;}
1893 
begin__profile_GLSL__technique__pass__sample_alpha_to_one_enable(const profile_GLSL__technique__pass__sample_alpha_to_one_enable__AttributeData & attributeData)1894 virtual bool begin__profile_GLSL__technique__pass__sample_alpha_to_one_enable( const profile_GLSL__technique__pass__sample_alpha_to_one_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__sample_alpha_to_one_enable()1895 virtual bool end__profile_GLSL__technique__pass__sample_alpha_to_one_enable(){return true;}
1896 
begin__profile_GLSL__technique__pass__sample_coverage_enable(const profile_GLSL__technique__pass__sample_coverage_enable__AttributeData & attributeData)1897 virtual bool begin__profile_GLSL__technique__pass__sample_coverage_enable( const profile_GLSL__technique__pass__sample_coverage_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__sample_coverage_enable()1898 virtual bool end__profile_GLSL__technique__pass__sample_coverage_enable(){return true;}
1899 
begin__profile_GLSL__technique__pass__scissor_test_enable(const profile_GLSL__technique__pass__scissor_test_enable__AttributeData & attributeData)1900 virtual bool begin__profile_GLSL__technique__pass__scissor_test_enable( const profile_GLSL__technique__pass__scissor_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__scissor_test_enable()1901 virtual bool end__profile_GLSL__technique__pass__scissor_test_enable(){return true;}
1902 
begin__profile_GLSL__technique__pass__stencil_test_enable(const profile_GLSL__technique__pass__stencil_test_enable__AttributeData & attributeData)1903 virtual bool begin__profile_GLSL__technique__pass__stencil_test_enable( const profile_GLSL__technique__pass__stencil_test_enable__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__stencil_test_enable()1904 virtual bool end__profile_GLSL__technique__pass__stencil_test_enable(){return true;}
1905 
begin__gl_hook_abstract(const gl_hook_abstract__AttributeData & attributeData)1906 virtual bool begin__gl_hook_abstract( const gl_hook_abstract__AttributeData& attributeData ){return true;}
end__gl_hook_abstract()1907 virtual bool end__gl_hook_abstract(){return true;}
data__gl_hook_abstract(const ParserChar * value,size_t length)1908 virtual bool data__gl_hook_abstract( const ParserChar* value, size_t length ){return true;}
1909 
begin__profile_GLSL__technique__pass__shader(const profile_GLSL__technique__pass__shader__AttributeData & attributeData)1910 virtual bool begin__profile_GLSL__technique__pass__shader( const profile_GLSL__technique__pass__shader__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__shader()1911 virtual bool end__profile_GLSL__technique__pass__shader(){return true;}
1912 
begin__profile_GLSL__technique__pass__shader__compiler_target()1913 virtual bool begin__profile_GLSL__technique__pass__shader__compiler_target(){return true;}
end__profile_GLSL__technique__pass__shader__compiler_target()1914 virtual bool end__profile_GLSL__technique__pass__shader__compiler_target(){return true;}
data__profile_GLSL__technique__pass__shader__compiler_target(const ParserChar * value,size_t length)1915 virtual bool data__profile_GLSL__technique__pass__shader__compiler_target( const ParserChar* value, size_t length ){return true;}
1916 
begin__compiler_options()1917 virtual bool begin__compiler_options(){return true;}
end__compiler_options()1918 virtual bool end__compiler_options(){return true;}
data__compiler_options(const ParserChar * value,size_t length)1919 virtual bool data__compiler_options( const ParserChar* value, size_t length ){return true;}
1920 
begin__profile_GLSL__technique__pass__shader__name(const profile_GLSL__technique__pass__shader__name__AttributeData & attributeData)1921 virtual bool begin__profile_GLSL__technique__pass__shader__name( const profile_GLSL__technique__pass__shader__name__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__shader__name()1922 virtual bool end__profile_GLSL__technique__pass__shader__name(){return true;}
data__profile_GLSL__technique__pass__shader__name(const ParserChar * value,size_t length)1923 virtual bool data__profile_GLSL__technique__pass__shader__name( const ParserChar* value, size_t length ){return true;}
1924 
begin__profile_GLSL__technique__pass__shader__bind(const profile_GLSL__technique__pass__shader__bind__AttributeData & attributeData)1925 virtual bool begin__profile_GLSL__technique__pass__shader__bind( const profile_GLSL__technique__pass__shader__bind__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__shader__bind()1926 virtual bool end__profile_GLSL__technique__pass__shader__bind(){return true;}
1927 
begin__profile_GLSL__technique__pass__shader__bind__param(const profile_GLSL__technique__pass__shader__bind__param__AttributeData & attributeData)1928 virtual bool begin__profile_GLSL__technique__pass__shader__bind__param( const profile_GLSL__technique__pass__shader__bind__param__AttributeData& attributeData ){return true;}
end__profile_GLSL__technique__pass__shader__bind__param()1929 virtual bool end__profile_GLSL__technique__pass__shader__bind__param(){return true;}
1930 
begin__profile_CG(const profile_CG__AttributeData & attributeData)1931 virtual bool begin__profile_CG( const profile_CG__AttributeData& attributeData ){return true;}
end__profile_CG()1932 virtual bool end__profile_CG(){return true;}
1933 
begin__newparam____cg_newparam(const newparam____cg_newparam__AttributeData & attributeData)1934 virtual bool begin__newparam____cg_newparam( const newparam____cg_newparam__AttributeData& attributeData ){return true;}
end__newparam____cg_newparam()1935 virtual bool end__newparam____cg_newparam(){return true;}
1936 
begin__bool____cg_bool()1937 virtual bool begin__bool____cg_bool(){return true;}
end__bool____cg_bool()1938 virtual bool end__bool____cg_bool(){return true;}
data__bool____cg_bool(bool value)1939 virtual bool data__bool____cg_bool( bool value ){return true;}
1940 
begin__bool1()1941 virtual bool begin__bool1(){return true;}
end__bool1()1942 virtual bool end__bool1(){return true;}
data__bool1(bool value)1943 virtual bool data__bool1( bool value ){return true;}
1944 
begin__bool2____cg_bool2()1945 virtual bool begin__bool2____cg_bool2(){return true;}
end__bool2____cg_bool2()1946 virtual bool end__bool2____cg_bool2(){return true;}
data__bool2____cg_bool2(const bool * value,size_t length)1947 virtual bool data__bool2____cg_bool2( const bool* value, size_t length ){return true;}
1948 
begin__bool3____cg_bool3()1949 virtual bool begin__bool3____cg_bool3(){return true;}
end__bool3____cg_bool3()1950 virtual bool end__bool3____cg_bool3(){return true;}
data__bool3____cg_bool3(const bool * value,size_t length)1951 virtual bool data__bool3____cg_bool3( const bool* value, size_t length ){return true;}
1952 
begin__bool4____cg_bool4()1953 virtual bool begin__bool4____cg_bool4(){return true;}
end__bool4____cg_bool4()1954 virtual bool end__bool4____cg_bool4(){return true;}
data__bool4____cg_bool4(const bool * value,size_t length)1955 virtual bool data__bool4____cg_bool4( const bool* value, size_t length ){return true;}
1956 
begin__bool1x1()1957 virtual bool begin__bool1x1(){return true;}
end__bool1x1()1958 virtual bool end__bool1x1(){return true;}
data__bool1x1(const bool * value,size_t length)1959 virtual bool data__bool1x1( const bool* value, size_t length ){return true;}
1960 
begin__bool1x2()1961 virtual bool begin__bool1x2(){return true;}
end__bool1x2()1962 virtual bool end__bool1x2(){return true;}
data__bool1x2(const bool * value,size_t length)1963 virtual bool data__bool1x2( const bool* value, size_t length ){return true;}
1964 
begin__bool1x3()1965 virtual bool begin__bool1x3(){return true;}
end__bool1x3()1966 virtual bool end__bool1x3(){return true;}
data__bool1x3(const bool * value,size_t length)1967 virtual bool data__bool1x3( const bool* value, size_t length ){return true;}
1968 
begin__bool1x4()1969 virtual bool begin__bool1x4(){return true;}
end__bool1x4()1970 virtual bool end__bool1x4(){return true;}
data__bool1x4(const bool * value,size_t length)1971 virtual bool data__bool1x4( const bool* value, size_t length ){return true;}
1972 
begin__bool2x1()1973 virtual bool begin__bool2x1(){return true;}
end__bool2x1()1974 virtual bool end__bool2x1(){return true;}
data__bool2x1(const bool * value,size_t length)1975 virtual bool data__bool2x1( const bool* value, size_t length ){return true;}
1976 
begin__bool2x2()1977 virtual bool begin__bool2x2(){return true;}
end__bool2x2()1978 virtual bool end__bool2x2(){return true;}
data__bool2x2(const bool * value,size_t length)1979 virtual bool data__bool2x2( const bool* value, size_t length ){return true;}
1980 
begin__bool2x3()1981 virtual bool begin__bool2x3(){return true;}
end__bool2x3()1982 virtual bool end__bool2x3(){return true;}
data__bool2x3(const bool * value,size_t length)1983 virtual bool data__bool2x3( const bool* value, size_t length ){return true;}
1984 
begin__bool2x4()1985 virtual bool begin__bool2x4(){return true;}
end__bool2x4()1986 virtual bool end__bool2x4(){return true;}
data__bool2x4(const bool * value,size_t length)1987 virtual bool data__bool2x4( const bool* value, size_t length ){return true;}
1988 
begin__bool3x1()1989 virtual bool begin__bool3x1(){return true;}
end__bool3x1()1990 virtual bool end__bool3x1(){return true;}
data__bool3x1(const bool * value,size_t length)1991 virtual bool data__bool3x1( const bool* value, size_t length ){return true;}
1992 
begin__bool3x2()1993 virtual bool begin__bool3x2(){return true;}
end__bool3x2()1994 virtual bool end__bool3x2(){return true;}
data__bool3x2(const bool * value,size_t length)1995 virtual bool data__bool3x2( const bool* value, size_t length ){return true;}
1996 
begin__bool3x3()1997 virtual bool begin__bool3x3(){return true;}
end__bool3x3()1998 virtual bool end__bool3x3(){return true;}
data__bool3x3(const bool * value,size_t length)1999 virtual bool data__bool3x3( const bool* value, size_t length ){return true;}
2000 
begin__bool3x4()2001 virtual bool begin__bool3x4(){return true;}
end__bool3x4()2002 virtual bool end__bool3x4(){return true;}
data__bool3x4(const bool * value,size_t length)2003 virtual bool data__bool3x4( const bool* value, size_t length ){return true;}
2004 
begin__bool4x1()2005 virtual bool begin__bool4x1(){return true;}
end__bool4x1()2006 virtual bool end__bool4x1(){return true;}
data__bool4x1(const bool * value,size_t length)2007 virtual bool data__bool4x1( const bool* value, size_t length ){return true;}
2008 
begin__bool4x2()2009 virtual bool begin__bool4x2(){return true;}
end__bool4x2()2010 virtual bool end__bool4x2(){return true;}
data__bool4x2(const bool * value,size_t length)2011 virtual bool data__bool4x2( const bool* value, size_t length ){return true;}
2012 
begin__bool4x3()2013 virtual bool begin__bool4x3(){return true;}
end__bool4x3()2014 virtual bool end__bool4x3(){return true;}
data__bool4x3(const bool * value,size_t length)2015 virtual bool data__bool4x3( const bool* value, size_t length ){return true;}
2016 
begin__bool4x4()2017 virtual bool begin__bool4x4(){return true;}
end__bool4x4()2018 virtual bool end__bool4x4(){return true;}
data__bool4x4(const bool * value,size_t length)2019 virtual bool data__bool4x4( const bool* value, size_t length ){return true;}
2020 
begin__float____cg_float()2021 virtual bool begin__float____cg_float(){return true;}
end__float____cg_float()2022 virtual bool end__float____cg_float(){return true;}
data__float____cg_float(float value)2023 virtual bool data__float____cg_float( float value ){return true;}
2024 
begin__float1()2025 virtual bool begin__float1(){return true;}
end__float1()2026 virtual bool end__float1(){return true;}
data__float1(float value)2027 virtual bool data__float1( float value ){return true;}
2028 
begin__float2____cg_float2()2029 virtual bool begin__float2____cg_float2(){return true;}
end__float2____cg_float2()2030 virtual bool end__float2____cg_float2(){return true;}
data__float2____cg_float2(const float * value,size_t length)2031 virtual bool data__float2____cg_float2( const float* value, size_t length ){return true;}
2032 
begin__float3____cg_float3()2033 virtual bool begin__float3____cg_float3(){return true;}
end__float3____cg_float3()2034 virtual bool end__float3____cg_float3(){return true;}
data__float3____cg_float3(const float * value,size_t length)2035 virtual bool data__float3____cg_float3( const float* value, size_t length ){return true;}
2036 
begin__float4____cg_float4()2037 virtual bool begin__float4____cg_float4(){return true;}
end__float4____cg_float4()2038 virtual bool end__float4____cg_float4(){return true;}
data__float4____cg_float4(const float * value,size_t length)2039 virtual bool data__float4____cg_float4( const float* value, size_t length ){return true;}
2040 
begin__float1x1____cg_float1x1()2041 virtual bool begin__float1x1____cg_float1x1(){return true;}
end__float1x1____cg_float1x1()2042 virtual bool end__float1x1____cg_float1x1(){return true;}
data__float1x1____cg_float1x1(const float * value,size_t length)2043 virtual bool data__float1x1____cg_float1x1( const float* value, size_t length ){return true;}
2044 
begin__float1x2____cg_float1x2()2045 virtual bool begin__float1x2____cg_float1x2(){return true;}
end__float1x2____cg_float1x2()2046 virtual bool end__float1x2____cg_float1x2(){return true;}
data__float1x2____cg_float1x2(const float * value,size_t length)2047 virtual bool data__float1x2____cg_float1x2( const float* value, size_t length ){return true;}
2048 
begin__float1x3____cg_float1x3()2049 virtual bool begin__float1x3____cg_float1x3(){return true;}
end__float1x3____cg_float1x3()2050 virtual bool end__float1x3____cg_float1x3(){return true;}
data__float1x3____cg_float1x3(const float * value,size_t length)2051 virtual bool data__float1x3____cg_float1x3( const float* value, size_t length ){return true;}
2052 
begin__float1x4____cg_float1x4()2053 virtual bool begin__float1x4____cg_float1x4(){return true;}
end__float1x4____cg_float1x4()2054 virtual bool end__float1x4____cg_float1x4(){return true;}
data__float1x4____cg_float1x4(const float * value,size_t length)2055 virtual bool data__float1x4____cg_float1x4( const float* value, size_t length ){return true;}
2056 
begin__float2x1____cg_float2x1()2057 virtual bool begin__float2x1____cg_float2x1(){return true;}
end__float2x1____cg_float2x1()2058 virtual bool end__float2x1____cg_float2x1(){return true;}
data__float2x1____cg_float2x1(const float * value,size_t length)2059 virtual bool data__float2x1____cg_float2x1( const float* value, size_t length ){return true;}
2060 
begin__float2x2____cg_float2x2()2061 virtual bool begin__float2x2____cg_float2x2(){return true;}
end__float2x2____cg_float2x2()2062 virtual bool end__float2x2____cg_float2x2(){return true;}
data__float2x2____cg_float2x2(const float * value,size_t length)2063 virtual bool data__float2x2____cg_float2x2( const float* value, size_t length ){return true;}
2064 
begin__float2x3____cg_float2x3()2065 virtual bool begin__float2x3____cg_float2x3(){return true;}
end__float2x3____cg_float2x3()2066 virtual bool end__float2x3____cg_float2x3(){return true;}
data__float2x3____cg_float2x3(const float * value,size_t length)2067 virtual bool data__float2x3____cg_float2x3( const float* value, size_t length ){return true;}
2068 
begin__float2x4____cg_float2x4()2069 virtual bool begin__float2x4____cg_float2x4(){return true;}
end__float2x4____cg_float2x4()2070 virtual bool end__float2x4____cg_float2x4(){return true;}
data__float2x4____cg_float2x4(const float * value,size_t length)2071 virtual bool data__float2x4____cg_float2x4( const float* value, size_t length ){return true;}
2072 
begin__float3x1____cg_float3x1()2073 virtual bool begin__float3x1____cg_float3x1(){return true;}
end__float3x1____cg_float3x1()2074 virtual bool end__float3x1____cg_float3x1(){return true;}
data__float3x1____cg_float3x1(const float * value,size_t length)2075 virtual bool data__float3x1____cg_float3x1( const float* value, size_t length ){return true;}
2076 
begin__float3x2____cg_float3x2()2077 virtual bool begin__float3x2____cg_float3x2(){return true;}
end__float3x2____cg_float3x2()2078 virtual bool end__float3x2____cg_float3x2(){return true;}
data__float3x2____cg_float3x2(const float * value,size_t length)2079 virtual bool data__float3x2____cg_float3x2( const float* value, size_t length ){return true;}
2080 
begin__float3x3____cg_float3x3()2081 virtual bool begin__float3x3____cg_float3x3(){return true;}
end__float3x3____cg_float3x3()2082 virtual bool end__float3x3____cg_float3x3(){return true;}
data__float3x3____cg_float3x3(const float * value,size_t length)2083 virtual bool data__float3x3____cg_float3x3( const float* value, size_t length ){return true;}
2084 
begin__float3x4____cg_float3x4()2085 virtual bool begin__float3x4____cg_float3x4(){return true;}
end__float3x4____cg_float3x4()2086 virtual bool end__float3x4____cg_float3x4(){return true;}
data__float3x4____cg_float3x4(const float * value,size_t length)2087 virtual bool data__float3x4____cg_float3x4( const float* value, size_t length ){return true;}
2088 
begin__float4x1____cg_float4x1()2089 virtual bool begin__float4x1____cg_float4x1(){return true;}
end__float4x1____cg_float4x1()2090 virtual bool end__float4x1____cg_float4x1(){return true;}
data__float4x1____cg_float4x1(const float * value,size_t length)2091 virtual bool data__float4x1____cg_float4x1( const float* value, size_t length ){return true;}
2092 
begin__float4x2____cg_float4x2()2093 virtual bool begin__float4x2____cg_float4x2(){return true;}
end__float4x2____cg_float4x2()2094 virtual bool end__float4x2____cg_float4x2(){return true;}
data__float4x2____cg_float4x2(const float * value,size_t length)2095 virtual bool data__float4x2____cg_float4x2( const float* value, size_t length ){return true;}
2096 
begin__float4x3____cg_float4x3()2097 virtual bool begin__float4x3____cg_float4x3(){return true;}
end__float4x3____cg_float4x3()2098 virtual bool end__float4x3____cg_float4x3(){return true;}
data__float4x3____cg_float4x3(const float * value,size_t length)2099 virtual bool data__float4x3____cg_float4x3( const float* value, size_t length ){return true;}
2100 
begin__float4x4____cg_float4x4()2101 virtual bool begin__float4x4____cg_float4x4(){return true;}
end__float4x4____cg_float4x4()2102 virtual bool end__float4x4____cg_float4x4(){return true;}
data__float4x4____cg_float4x4(const float * value,size_t length)2103 virtual bool data__float4x4____cg_float4x4( const float* value, size_t length ){return true;}
2104 
begin__int____cg_int()2105 virtual bool begin__int____cg_int(){return true;}
end__int____cg_int()2106 virtual bool end__int____cg_int(){return true;}
data__int____cg_int(sint32 value)2107 virtual bool data__int____cg_int( sint32 value ){return true;}
2108 
begin__int1()2109 virtual bool begin__int1(){return true;}
end__int1()2110 virtual bool end__int1(){return true;}
data__int1(sint32 value)2111 virtual bool data__int1( sint32 value ){return true;}
2112 
begin__int2____cg_int2()2113 virtual bool begin__int2____cg_int2(){return true;}
end__int2____cg_int2()2114 virtual bool end__int2____cg_int2(){return true;}
data__int2____cg_int2(const sint32 * value,size_t length)2115 virtual bool data__int2____cg_int2( const sint32* value, size_t length ){return true;}
2116 
begin__int3____cg_int3()2117 virtual bool begin__int3____cg_int3(){return true;}
end__int3____cg_int3()2118 virtual bool end__int3____cg_int3(){return true;}
data__int3____cg_int3(const sint32 * value,size_t length)2119 virtual bool data__int3____cg_int3( const sint32* value, size_t length ){return true;}
2120 
begin__int4____cg_int4()2121 virtual bool begin__int4____cg_int4(){return true;}
end__int4____cg_int4()2122 virtual bool end__int4____cg_int4(){return true;}
data__int4____cg_int4(const sint32 * value,size_t length)2123 virtual bool data__int4____cg_int4( const sint32* value, size_t length ){return true;}
2124 
begin__int1x1()2125 virtual bool begin__int1x1(){return true;}
end__int1x1()2126 virtual bool end__int1x1(){return true;}
data__int1x1(const sint32 * value,size_t length)2127 virtual bool data__int1x1( const sint32* value, size_t length ){return true;}
2128 
begin__int1x2()2129 virtual bool begin__int1x2(){return true;}
end__int1x2()2130 virtual bool end__int1x2(){return true;}
data__int1x2(const sint32 * value,size_t length)2131 virtual bool data__int1x2( const sint32* value, size_t length ){return true;}
2132 
begin__int1x3()2133 virtual bool begin__int1x3(){return true;}
end__int1x3()2134 virtual bool end__int1x3(){return true;}
data__int1x3(const sint32 * value,size_t length)2135 virtual bool data__int1x3( const sint32* value, size_t length ){return true;}
2136 
begin__int1x4()2137 virtual bool begin__int1x4(){return true;}
end__int1x4()2138 virtual bool end__int1x4(){return true;}
data__int1x4(const sint32 * value,size_t length)2139 virtual bool data__int1x4( const sint32* value, size_t length ){return true;}
2140 
begin__int2x1()2141 virtual bool begin__int2x1(){return true;}
end__int2x1()2142 virtual bool end__int2x1(){return true;}
data__int2x1(const sint32 * value,size_t length)2143 virtual bool data__int2x1( const sint32* value, size_t length ){return true;}
2144 
begin__int2x2()2145 virtual bool begin__int2x2(){return true;}
end__int2x2()2146 virtual bool end__int2x2(){return true;}
data__int2x2(const sint32 * value,size_t length)2147 virtual bool data__int2x2( const sint32* value, size_t length ){return true;}
2148 
begin__int2x3()2149 virtual bool begin__int2x3(){return true;}
end__int2x3()2150 virtual bool end__int2x3(){return true;}
data__int2x3(const sint32 * value,size_t length)2151 virtual bool data__int2x3( const sint32* value, size_t length ){return true;}
2152 
begin__int2x4()2153 virtual bool begin__int2x4(){return true;}
end__int2x4()2154 virtual bool end__int2x4(){return true;}
data__int2x4(const sint32 * value,size_t length)2155 virtual bool data__int2x4( const sint32* value, size_t length ){return true;}
2156 
begin__int3x1()2157 virtual bool begin__int3x1(){return true;}
end__int3x1()2158 virtual bool end__int3x1(){return true;}
data__int3x1(const sint32 * value,size_t length)2159 virtual bool data__int3x1( const sint32* value, size_t length ){return true;}
2160 
begin__int3x2()2161 virtual bool begin__int3x2(){return true;}
end__int3x2()2162 virtual bool end__int3x2(){return true;}
data__int3x2(const sint32 * value,size_t length)2163 virtual bool data__int3x2( const sint32* value, size_t length ){return true;}
2164 
begin__int3x3()2165 virtual bool begin__int3x3(){return true;}
end__int3x3()2166 virtual bool end__int3x3(){return true;}
data__int3x3(const sint32 * value,size_t length)2167 virtual bool data__int3x3( const sint32* value, size_t length ){return true;}
2168 
begin__int3x4()2169 virtual bool begin__int3x4(){return true;}
end__int3x4()2170 virtual bool end__int3x4(){return true;}
data__int3x4(const sint32 * value,size_t length)2171 virtual bool data__int3x4( const sint32* value, size_t length ){return true;}
2172 
begin__int4x1()2173 virtual bool begin__int4x1(){return true;}
end__int4x1()2174 virtual bool end__int4x1(){return true;}
data__int4x1(const sint32 * value,size_t length)2175 virtual bool data__int4x1( const sint32* value, size_t length ){return true;}
2176 
begin__int4x2()2177 virtual bool begin__int4x2(){return true;}
end__int4x2()2178 virtual bool end__int4x2(){return true;}
data__int4x2(const sint32 * value,size_t length)2179 virtual bool data__int4x2( const sint32* value, size_t length ){return true;}
2180 
begin__int4x3()2181 virtual bool begin__int4x3(){return true;}
end__int4x3()2182 virtual bool end__int4x3(){return true;}
data__int4x3(const sint32 * value,size_t length)2183 virtual bool data__int4x3( const sint32* value, size_t length ){return true;}
2184 
begin__int4x4()2185 virtual bool begin__int4x4(){return true;}
end__int4x4()2186 virtual bool end__int4x4(){return true;}
data__int4x4(const sint32 * value,size_t length)2187 virtual bool data__int4x4( const sint32* value, size_t length ){return true;}
2188 
begin__half()2189 virtual bool begin__half(){return true;}
end__half()2190 virtual bool end__half(){return true;}
data__half(float value)2191 virtual bool data__half( float value ){return true;}
2192 
begin__half1()2193 virtual bool begin__half1(){return true;}
end__half1()2194 virtual bool end__half1(){return true;}
data__half1(float value)2195 virtual bool data__half1( float value ){return true;}
2196 
begin__half2()2197 virtual bool begin__half2(){return true;}
end__half2()2198 virtual bool end__half2(){return true;}
data__half2(const float * value,size_t length)2199 virtual bool data__half2( const float* value, size_t length ){return true;}
2200 
begin__half3()2201 virtual bool begin__half3(){return true;}
end__half3()2202 virtual bool end__half3(){return true;}
data__half3(const float * value,size_t length)2203 virtual bool data__half3( const float* value, size_t length ){return true;}
2204 
begin__half4()2205 virtual bool begin__half4(){return true;}
end__half4()2206 virtual bool end__half4(){return true;}
data__half4(const float * value,size_t length)2207 virtual bool data__half4( const float* value, size_t length ){return true;}
2208 
begin__half1x1()2209 virtual bool begin__half1x1(){return true;}
end__half1x1()2210 virtual bool end__half1x1(){return true;}
data__half1x1(const float * value,size_t length)2211 virtual bool data__half1x1( const float* value, size_t length ){return true;}
2212 
begin__half1x2()2213 virtual bool begin__half1x2(){return true;}
end__half1x2()2214 virtual bool end__half1x2(){return true;}
data__half1x2(const float * value,size_t length)2215 virtual bool data__half1x2( const float* value, size_t length ){return true;}
2216 
begin__half1x3()2217 virtual bool begin__half1x3(){return true;}
end__half1x3()2218 virtual bool end__half1x3(){return true;}
data__half1x3(const float * value,size_t length)2219 virtual bool data__half1x3( const float* value, size_t length ){return true;}
2220 
begin__half1x4()2221 virtual bool begin__half1x4(){return true;}
end__half1x4()2222 virtual bool end__half1x4(){return true;}
data__half1x4(const float * value,size_t length)2223 virtual bool data__half1x4( const float* value, size_t length ){return true;}
2224 
begin__half2x1()2225 virtual bool begin__half2x1(){return true;}
end__half2x1()2226 virtual bool end__half2x1(){return true;}
data__half2x1(const float * value,size_t length)2227 virtual bool data__half2x1( const float* value, size_t length ){return true;}
2228 
begin__half2x2()2229 virtual bool begin__half2x2(){return true;}
end__half2x2()2230 virtual bool end__half2x2(){return true;}
data__half2x2(const float * value,size_t length)2231 virtual bool data__half2x2( const float* value, size_t length ){return true;}
2232 
begin__half2x3()2233 virtual bool begin__half2x3(){return true;}
end__half2x3()2234 virtual bool end__half2x3(){return true;}
data__half2x3(const float * value,size_t length)2235 virtual bool data__half2x3( const float* value, size_t length ){return true;}
2236 
begin__half2x4()2237 virtual bool begin__half2x4(){return true;}
end__half2x4()2238 virtual bool end__half2x4(){return true;}
data__half2x4(const float * value,size_t length)2239 virtual bool data__half2x4( const float* value, size_t length ){return true;}
2240 
begin__half3x1()2241 virtual bool begin__half3x1(){return true;}
end__half3x1()2242 virtual bool end__half3x1(){return true;}
data__half3x1(const float * value,size_t length)2243 virtual bool data__half3x1( const float* value, size_t length ){return true;}
2244 
begin__half3x2()2245 virtual bool begin__half3x2(){return true;}
end__half3x2()2246 virtual bool end__half3x2(){return true;}
data__half3x2(const float * value,size_t length)2247 virtual bool data__half3x2( const float* value, size_t length ){return true;}
2248 
begin__half3x3()2249 virtual bool begin__half3x3(){return true;}
end__half3x3()2250 virtual bool end__half3x3(){return true;}
data__half3x3(const float * value,size_t length)2251 virtual bool data__half3x3( const float* value, size_t length ){return true;}
2252 
begin__half3x4()2253 virtual bool begin__half3x4(){return true;}
end__half3x4()2254 virtual bool end__half3x4(){return true;}
data__half3x4(const float * value,size_t length)2255 virtual bool data__half3x4( const float* value, size_t length ){return true;}
2256 
begin__half4x1()2257 virtual bool begin__half4x1(){return true;}
end__half4x1()2258 virtual bool end__half4x1(){return true;}
data__half4x1(const float * value,size_t length)2259 virtual bool data__half4x1( const float* value, size_t length ){return true;}
2260 
begin__half4x2()2261 virtual bool begin__half4x2(){return true;}
end__half4x2()2262 virtual bool end__half4x2(){return true;}
data__half4x2(const float * value,size_t length)2263 virtual bool data__half4x2( const float* value, size_t length ){return true;}
2264 
begin__half4x3()2265 virtual bool begin__half4x3(){return true;}
end__half4x3()2266 virtual bool end__half4x3(){return true;}
data__half4x3(const float * value,size_t length)2267 virtual bool data__half4x3( const float* value, size_t length ){return true;}
2268 
begin__half4x4()2269 virtual bool begin__half4x4(){return true;}
end__half4x4()2270 virtual bool end__half4x4(){return true;}
data__half4x4(const float * value,size_t length)2271 virtual bool data__half4x4( const float* value, size_t length ){return true;}
2272 
begin__fixed()2273 virtual bool begin__fixed(){return true;}
end__fixed()2274 virtual bool end__fixed(){return true;}
data__fixed(float value)2275 virtual bool data__fixed( float value ){return true;}
2276 
begin__fixed1()2277 virtual bool begin__fixed1(){return true;}
end__fixed1()2278 virtual bool end__fixed1(){return true;}
data__fixed1(float value)2279 virtual bool data__fixed1( float value ){return true;}
2280 
begin__fixed2()2281 virtual bool begin__fixed2(){return true;}
end__fixed2()2282 virtual bool end__fixed2(){return true;}
data__fixed2(const float * value,size_t length)2283 virtual bool data__fixed2( const float* value, size_t length ){return true;}
2284 
begin__fixed3()2285 virtual bool begin__fixed3(){return true;}
end__fixed3()2286 virtual bool end__fixed3(){return true;}
data__fixed3(const float * value,size_t length)2287 virtual bool data__fixed3( const float* value, size_t length ){return true;}
2288 
begin__fixed4()2289 virtual bool begin__fixed4(){return true;}
end__fixed4()2290 virtual bool end__fixed4(){return true;}
data__fixed4(const float * value,size_t length)2291 virtual bool data__fixed4( const float* value, size_t length ){return true;}
2292 
begin__fixed1x1()2293 virtual bool begin__fixed1x1(){return true;}
end__fixed1x1()2294 virtual bool end__fixed1x1(){return true;}
data__fixed1x1(const float * value,size_t length)2295 virtual bool data__fixed1x1( const float* value, size_t length ){return true;}
2296 
begin__fixed1x2()2297 virtual bool begin__fixed1x2(){return true;}
end__fixed1x2()2298 virtual bool end__fixed1x2(){return true;}
data__fixed1x2(const float * value,size_t length)2299 virtual bool data__fixed1x2( const float* value, size_t length ){return true;}
2300 
begin__fixed1x3()2301 virtual bool begin__fixed1x3(){return true;}
end__fixed1x3()2302 virtual bool end__fixed1x3(){return true;}
data__fixed1x3(const float * value,size_t length)2303 virtual bool data__fixed1x3( const float* value, size_t length ){return true;}
2304 
begin__fixed1x4()2305 virtual bool begin__fixed1x4(){return true;}
end__fixed1x4()2306 virtual bool end__fixed1x4(){return true;}
data__fixed1x4(const float * value,size_t length)2307 virtual bool data__fixed1x4( const float* value, size_t length ){return true;}
2308 
begin__fixed2x1()2309 virtual bool begin__fixed2x1(){return true;}
end__fixed2x1()2310 virtual bool end__fixed2x1(){return true;}
data__fixed2x1(const float * value,size_t length)2311 virtual bool data__fixed2x1( const float* value, size_t length ){return true;}
2312 
begin__fixed2x2()2313 virtual bool begin__fixed2x2(){return true;}
end__fixed2x2()2314 virtual bool end__fixed2x2(){return true;}
data__fixed2x2(const float * value,size_t length)2315 virtual bool data__fixed2x2( const float* value, size_t length ){return true;}
2316 
begin__fixed2x3()2317 virtual bool begin__fixed2x3(){return true;}
end__fixed2x3()2318 virtual bool end__fixed2x3(){return true;}
data__fixed2x3(const float * value,size_t length)2319 virtual bool data__fixed2x3( const float* value, size_t length ){return true;}
2320 
begin__fixed2x4()2321 virtual bool begin__fixed2x4(){return true;}
end__fixed2x4()2322 virtual bool end__fixed2x4(){return true;}
data__fixed2x4(const float * value,size_t length)2323 virtual bool data__fixed2x4( const float* value, size_t length ){return true;}
2324 
begin__fixed3x1()2325 virtual bool begin__fixed3x1(){return true;}
end__fixed3x1()2326 virtual bool end__fixed3x1(){return true;}
data__fixed3x1(const float * value,size_t length)2327 virtual bool data__fixed3x1( const float* value, size_t length ){return true;}
2328 
begin__fixed3x2()2329 virtual bool begin__fixed3x2(){return true;}
end__fixed3x2()2330 virtual bool end__fixed3x2(){return true;}
data__fixed3x2(const float * value,size_t length)2331 virtual bool data__fixed3x2( const float* value, size_t length ){return true;}
2332 
begin__fixed3x3()2333 virtual bool begin__fixed3x3(){return true;}
end__fixed3x3()2334 virtual bool end__fixed3x3(){return true;}
data__fixed3x3(const float * value,size_t length)2335 virtual bool data__fixed3x3( const float* value, size_t length ){return true;}
2336 
begin__fixed3x4()2337 virtual bool begin__fixed3x4(){return true;}
end__fixed3x4()2338 virtual bool end__fixed3x4(){return true;}
data__fixed3x4(const float * value,size_t length)2339 virtual bool data__fixed3x4( const float* value, size_t length ){return true;}
2340 
begin__fixed4x1()2341 virtual bool begin__fixed4x1(){return true;}
end__fixed4x1()2342 virtual bool end__fixed4x1(){return true;}
data__fixed4x1(const float * value,size_t length)2343 virtual bool data__fixed4x1( const float* value, size_t length ){return true;}
2344 
begin__fixed4x2()2345 virtual bool begin__fixed4x2(){return true;}
end__fixed4x2()2346 virtual bool end__fixed4x2(){return true;}
data__fixed4x2(const float * value,size_t length)2347 virtual bool data__fixed4x2( const float* value, size_t length ){return true;}
2348 
begin__fixed4x3()2349 virtual bool begin__fixed4x3(){return true;}
end__fixed4x3()2350 virtual bool end__fixed4x3(){return true;}
data__fixed4x3(const float * value,size_t length)2351 virtual bool data__fixed4x3( const float* value, size_t length ){return true;}
2352 
begin__fixed4x4()2353 virtual bool begin__fixed4x4(){return true;}
end__fixed4x4()2354 virtual bool end__fixed4x4(){return true;}
data__fixed4x4(const float * value,size_t length)2355 virtual bool data__fixed4x4( const float* value, size_t length ){return true;}
2356 
begin__surface____cg_surface_type(const surface____cg_surface_type__AttributeData & attributeData)2357 virtual bool begin__surface____cg_surface_type( const surface____cg_surface_type__AttributeData& attributeData ){return true;}
end__surface____cg_surface_type()2358 virtual bool end__surface____cg_surface_type(){return true;}
2359 
begin__cg_surface_type____generator()2360 virtual bool begin__cg_surface_type____generator(){return true;}
end__cg_surface_type____generator()2361 virtual bool end__cg_surface_type____generator(){return true;}
2362 
begin__profile_CG__newparam__surface__generator__name(const profile_CG__newparam__surface__generator__name__AttributeData & attributeData)2363 virtual bool begin__profile_CG__newparam__surface__generator__name( const profile_CG__newparam__surface__generator__name__AttributeData& attributeData ){return true;}
end__profile_CG__newparam__surface__generator__name()2364 virtual bool end__profile_CG__newparam__surface__generator__name(){return true;}
data__profile_CG__newparam__surface__generator__name(const ParserChar * value,size_t length)2365 virtual bool data__profile_CG__newparam__surface__generator__name( const ParserChar* value, size_t length ){return true;}
2366 
begin__setparam____cg_setparam_simple(const setparam____cg_setparam_simple__AttributeData & attributeData)2367 virtual bool begin__setparam____cg_setparam_simple( const setparam____cg_setparam_simple__AttributeData& attributeData ){return true;}
end__setparam____cg_setparam_simple()2368 virtual bool end__setparam____cg_setparam_simple(){return true;}
2369 
begin__sampler1D____cg_sampler1D()2370 virtual bool begin__sampler1D____cg_sampler1D(){return true;}
end__sampler1D____cg_sampler1D()2371 virtual bool end__sampler1D____cg_sampler1D(){return true;}
2372 
begin__sampler2D____cg_sampler2D()2373 virtual bool begin__sampler2D____cg_sampler2D(){return true;}
end__sampler2D____cg_sampler2D()2374 virtual bool end__sampler2D____cg_sampler2D(){return true;}
2375 
begin__sampler3D____cg_sampler3D()2376 virtual bool begin__sampler3D____cg_sampler3D(){return true;}
end__sampler3D____cg_sampler3D()2377 virtual bool end__sampler3D____cg_sampler3D(){return true;}
2378 
begin__samplerRECT____cg_samplerRECT()2379 virtual bool begin__samplerRECT____cg_samplerRECT(){return true;}
end__samplerRECT____cg_samplerRECT()2380 virtual bool end__samplerRECT____cg_samplerRECT(){return true;}
2381 
begin__samplerCUBE____cg_samplerCUBE()2382 virtual bool begin__samplerCUBE____cg_samplerCUBE(){return true;}
end__samplerCUBE____cg_samplerCUBE()2383 virtual bool end__samplerCUBE____cg_samplerCUBE(){return true;}
2384 
begin__samplerDEPTH____cg_samplerDEPTH()2385 virtual bool begin__samplerDEPTH____cg_samplerDEPTH(){return true;}
end__samplerDEPTH____cg_samplerDEPTH()2386 virtual bool end__samplerDEPTH____cg_samplerDEPTH(){return true;}
2387 
begin__usertype(const usertype__AttributeData & attributeData)2388 virtual bool begin__usertype( const usertype__AttributeData& attributeData ){return true;}
end__usertype()2389 virtual bool end__usertype(){return true;}
2390 
begin__array____cg_setarray_type(const array____cg_setarray_type__AttributeData & attributeData)2391 virtual bool begin__array____cg_setarray_type( const array____cg_setarray_type__AttributeData& attributeData ){return true;}
end__array____cg_setarray_type()2392 virtual bool end__array____cg_setarray_type(){return true;}
2393 
begin__connect_param(const connect_param__AttributeData & attributeData)2394 virtual bool begin__connect_param( const connect_param__AttributeData& attributeData ){return true;}
end__connect_param()2395 virtual bool end__connect_param(){return true;}
2396 
begin__setparam____cg_setparam(const setparam____cg_setparam__AttributeData & attributeData)2397 virtual bool begin__setparam____cg_setparam( const setparam____cg_setparam__AttributeData& attributeData ){return true;}
end__setparam____cg_setparam()2398 virtual bool end__setparam____cg_setparam(){return true;}
2399 
begin__array____cg_newarray_type(const array____cg_newarray_type__AttributeData & attributeData)2400 virtual bool begin__array____cg_newarray_type( const array____cg_newarray_type__AttributeData& attributeData ){return true;}
end__array____cg_newarray_type()2401 virtual bool end__array____cg_newarray_type(){return true;}
2402 
begin__profile_CG__technique(const profile_CG__technique__AttributeData & attributeData)2403 virtual bool begin__profile_CG__technique( const profile_CG__technique__AttributeData& attributeData ){return true;}
end__profile_CG__technique()2404 virtual bool end__profile_CG__technique(){return true;}
2405 
begin__profile_CG__technique__pass(const profile_CG__technique__pass__AttributeData & attributeData)2406 virtual bool begin__profile_CG__technique__pass( const profile_CG__technique__pass__AttributeData& attributeData ){return true;}
end__profile_CG__technique__pass()2407 virtual bool end__profile_CG__technique__pass(){return true;}
2408 
begin__profile_CG__technique__pass__shader(const profile_CG__technique__pass__shader__AttributeData & attributeData)2409 virtual bool begin__profile_CG__technique__pass__shader( const profile_CG__technique__pass__shader__AttributeData& attributeData ){return true;}
end__profile_CG__technique__pass__shader()2410 virtual bool end__profile_CG__technique__pass__shader(){return true;}
2411 
begin__profile_CG__technique__pass__shader__compiler_target()2412 virtual bool begin__profile_CG__technique__pass__shader__compiler_target(){return true;}
end__profile_CG__technique__pass__shader__compiler_target()2413 virtual bool end__profile_CG__technique__pass__shader__compiler_target(){return true;}
data__profile_CG__technique__pass__shader__compiler_target(const ParserChar * value,size_t length)2414 virtual bool data__profile_CG__technique__pass__shader__compiler_target( const ParserChar* value, size_t length ){return true;}
2415 
begin__profile_CG__technique__pass__shader__name(const profile_CG__technique__pass__shader__name__AttributeData & attributeData)2416 virtual bool begin__profile_CG__technique__pass__shader__name( const profile_CG__technique__pass__shader__name__AttributeData& attributeData ){return true;}
end__profile_CG__technique__pass__shader__name()2417 virtual bool end__profile_CG__technique__pass__shader__name(){return true;}
data__profile_CG__technique__pass__shader__name(const ParserChar * value,size_t length)2418 virtual bool data__profile_CG__technique__pass__shader__name( const ParserChar* value, size_t length ){return true;}
2419 
begin__profile_CG__technique__pass__shader__bind(const profile_CG__technique__pass__shader__bind__AttributeData & attributeData)2420 virtual bool begin__profile_CG__technique__pass__shader__bind( const profile_CG__technique__pass__shader__bind__AttributeData& attributeData ){return true;}
end__profile_CG__technique__pass__shader__bind()2421 virtual bool end__profile_CG__technique__pass__shader__bind(){return true;}
2422 
begin__profile_CG__technique__pass__shader__bind__param(const profile_CG__technique__pass__shader__bind__param__AttributeData & attributeData)2423 virtual bool begin__profile_CG__technique__pass__shader__bind__param( const profile_CG__technique__pass__shader__bind__param__AttributeData& attributeData ){return true;}
end__profile_CG__technique__pass__shader__bind__param()2424 virtual bool end__profile_CG__technique__pass__shader__bind__param(){return true;}
2425 
begin__profile_COMMON(const profile_COMMON__AttributeData & attributeData)2426 virtual bool begin__profile_COMMON( const profile_COMMON__AttributeData& attributeData ){return true;}
end__profile_COMMON()2427 virtual bool end__profile_COMMON(){return true;}
2428 
begin__newparam____common_newparam_type(const newparam____common_newparam_type__AttributeData & attributeData)2429 virtual bool begin__newparam____common_newparam_type( const newparam____common_newparam_type__AttributeData& attributeData ){return true;}
end__newparam____common_newparam_type()2430 virtual bool end__newparam____common_newparam_type(){return true;}
2431 
begin__profile_COMMON__technique(const profile_COMMON__technique__AttributeData & attributeData)2432 virtual bool begin__profile_COMMON__technique( const profile_COMMON__technique__AttributeData& attributeData ){return true;}
end__profile_COMMON__technique()2433 virtual bool end__profile_COMMON__technique(){return true;}
2434 
begin__profile_COMMON__technique__constant()2435 virtual bool begin__profile_COMMON__technique__constant(){return true;}
end__profile_COMMON__technique__constant()2436 virtual bool end__profile_COMMON__technique__constant(){return true;}
2437 
begin__emission()2438 virtual bool begin__emission(){return true;}
end__emission()2439 virtual bool end__emission(){return true;}
2440 
begin__common_color_or_texture_type____color(const common_color_or_texture_type____color__AttributeData & attributeData)2441 virtual bool begin__common_color_or_texture_type____color( const common_color_or_texture_type____color__AttributeData& attributeData ){return true;}
end__common_color_or_texture_type____color()2442 virtual bool end__common_color_or_texture_type____color(){return true;}
data__common_color_or_texture_type____color(const float * value,size_t length)2443 virtual bool data__common_color_or_texture_type____color( const float* value, size_t length ){return true;}
2444 
begin__common_color_or_texture_type____param(const common_color_or_texture_type____param__AttributeData & attributeData)2445 virtual bool begin__common_color_or_texture_type____param( const common_color_or_texture_type____param__AttributeData& attributeData ){return true;}
end__common_color_or_texture_type____param()2446 virtual bool end__common_color_or_texture_type____param(){return true;}
2447 
begin__texture(const texture__AttributeData & attributeData)2448 virtual bool begin__texture( const texture__AttributeData& attributeData ){return true;}
end__texture()2449 virtual bool end__texture(){return true;}
2450 
begin__reflective()2451 virtual bool begin__reflective(){return true;}
end__reflective()2452 virtual bool end__reflective(){return true;}
2453 
begin__reflectivity()2454 virtual bool begin__reflectivity(){return true;}
end__reflectivity()2455 virtual bool end__reflectivity(){return true;}
2456 
begin__common_float_or_param_type____float(const common_float_or_param_type____float__AttributeData & attributeData)2457 virtual bool begin__common_float_or_param_type____float( const common_float_or_param_type____float__AttributeData& attributeData ){return true;}
end__common_float_or_param_type____float()2458 virtual bool end__common_float_or_param_type____float(){return true;}
data__common_float_or_param_type____float(float value)2459 virtual bool data__common_float_or_param_type____float( float value ){return true;}
2460 
begin__common_float_or_param_type____param(const common_float_or_param_type____param__AttributeData & attributeData)2461 virtual bool begin__common_float_or_param_type____param( const common_float_or_param_type____param__AttributeData& attributeData ){return true;}
end__common_float_or_param_type____param()2462 virtual bool end__common_float_or_param_type____param(){return true;}
2463 
begin__transparent(const transparent__AttributeData & attributeData)2464 virtual bool begin__transparent( const transparent__AttributeData& attributeData ){return true;}
end__transparent()2465 virtual bool end__transparent(){return true;}
2466 
begin__transparency()2467 virtual bool begin__transparency(){return true;}
end__transparency()2468 virtual bool end__transparency(){return true;}
2469 
begin__index_of_refraction()2470 virtual bool begin__index_of_refraction(){return true;}
end__index_of_refraction()2471 virtual bool end__index_of_refraction(){return true;}
2472 
begin__lambert()2473 virtual bool begin__lambert(){return true;}
end__lambert()2474 virtual bool end__lambert(){return true;}
2475 
begin__ambient____common_color_or_texture_type()2476 virtual bool begin__ambient____common_color_or_texture_type(){return true;}
end__ambient____common_color_or_texture_type()2477 virtual bool end__ambient____common_color_or_texture_type(){return true;}
2478 
begin__diffuse()2479 virtual bool begin__diffuse(){return true;}
end__diffuse()2480 virtual bool end__diffuse(){return true;}
2481 
begin__phong()2482 virtual bool begin__phong(){return true;}
end__phong()2483 virtual bool end__phong(){return true;}
2484 
begin__specular()2485 virtual bool begin__specular(){return true;}
end__specular()2486 virtual bool end__specular(){return true;}
2487 
begin__shininess()2488 virtual bool begin__shininess(){return true;}
end__shininess()2489 virtual bool end__shininess(){return true;}
2490 
begin__blinn()2491 virtual bool begin__blinn(){return true;}
end__blinn()2492 virtual bool end__blinn(){return true;}
2493 
2494 
2495 
2496 private:
2497 /** Disable default copy ctor. */
2498 ColladaParserAutoGen14( const ColladaParserAutoGen14& pre );
2499 /** Disable default assignment operator. */
2500 const ColladaParserAutoGen14& operator= ( const ColladaParserAutoGen14& pre );
2501 
2502 };
2503 
2504 } // namespace
2505 #endif
2506