Home
last modified time | relevance | path

Searched refs:domFx_color_common (Results 1 – 9 of 9) sorted by relevance

/external/collada/include/1.4/dom/
DdomFx_clearcolor_common.h27 domFx_color_common _value;
45 domFx_color_common &getValue() { return _value; } in getValue()
50 const domFx_color_common &getValue() const { return _value; } in getValue()
55 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomCommon_color_or_texture_type.h40 domFx_color_common _value;
58 domFx_color_common &getValue() { return _value; } in getValue()
63 const domFx_color_common &getValue() const { return _value; } in getValue()
68 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomFx_sampler1D_common.h331 domFx_color_common _value;
338 domFx_color_common &getValue() { return _value; } in getValue()
343 const domFx_color_common &getValue() const { return _value; } in getValue()
348 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomFx_sampler2D_common.h389 domFx_color_common _value;
396 domFx_color_common &getValue() { return _value; } in getValue()
401 const domFx_color_common &getValue() const { return _value; } in getValue()
406 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomFx_samplerRECT_common.h389 domFx_color_common _value;
396 domFx_color_common &getValue() { return _value; } in getValue()
401 const domFx_color_common &getValue() const { return _value; } in getValue()
406 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomFx_sampler3D_common.h447 domFx_color_common _value;
454 domFx_color_common &getValue() { return _value; } in getValue()
459 const domFx_color_common &getValue() const { return _value; } in getValue()
464 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomFx_samplerCUBE_common.h447 domFx_color_common _value;
454 domFx_color_common &getValue() { return _value; } in getValue()
459 const domFx_color_common &getValue() const { return _value; } in getValue()
464 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomProfile_GLES.h331 domFx_color_common _value;
338 domFx_color_common &getValue() { return _value; } in getValue()
343 const domFx_color_common &getValue() const { return _value; } in getValue()
348 void setValue( const domFx_color_common &val ) { _value = val; } in setValue()
DdomTypes.h56 typedef domFloat4 domFx_color_common; typedef