Home
last modified time | relevance | path

Searched refs:domGl_samplerCUBERef (Results 1 – 4 of 4) sorted by relevance

/external/collada/src/1.4/dom/
DdomGl_samplerCUBE.cpp22 domGl_samplerCUBERef ref = new domGl_samplerCUBE(dae); in create()
/external/collada/include/1.4/dom/
DdomGlsl_param_type.h1045 domGl_samplerCUBERef elemSamplerCUBE;
1164 const domGl_samplerCUBERef getSamplerCUBE() const { return elemSamplerCUBE; } in getSamplerCUBE()
DdomElements.h171 typedef daeSmartRef<domGl_samplerCUBE> domGl_samplerCUBERef; typedef
172 typedef daeTArray<domGl_samplerCUBERef> domGl_samplerCUBE_Array;
DdomGl_pipeline_settings.h4751 domGl_samplerCUBERef elemValue;
4784 const domGl_samplerCUBERef getValue() const { return elemValue; } in getValue()