Home
last modified time | relevance | path

Searched refs:domFx_code_profile_Array (Results 1 – 5 of 5) sorted by relevance

/external/collada/include/1.4/dom/
DdomCg_surface_type.h131 domFx_code_profile_Array elemCode_array;
175 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
180 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
DdomGlsl_surface_type.h131 domFx_code_profile_Array elemCode_array;
176 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
181 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
DdomProfile_GLSL.h822 domFx_code_profile_Array elemCode_array;
887 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
892 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
1003 domFx_code_profile_Array elemCode_array;
1051 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
1056 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
DdomProfile_CG.h825 domFx_code_profile_Array elemCode_array;
895 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
900 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
1016 domFx_code_profile_Array elemCode_array;
1075 domFx_code_profile_Array &getCode_array() { return elemCode_array; } in getCode_array()
1080 const domFx_code_profile_Array &getCode_array() const { return elemCode_array; } in getCode_array()
DdomElements.h152 typedef daeTArray<domFx_code_profileRef> domFx_code_profile_Array; typedef