HomeSort by relevance Sort by last modified time
    Searched refs:getIsAbstract (Results 1 - 2 of 2) sorted by null

  /external/collada/src/dae/
daeMetaElement.cpp 237 if (child->getMeta()->getIsAbstract() || parent->getMeta() != this ) {
276 if (child->getMeta()->getIsAbstract() || parent->getMeta() != this || index < 0 ) {
320 if (child->getMeta()->getIsAbstract() || parent->getMeta() != this ) {
367 if (child->getMeta()->getIsAbstract() || parent->getMeta() != this ) {
  /external/collada/include/dae/
daeMetaElement.h 104 daeBool getIsAbstract() { return _isAbstract; }

Completed in 648 milliseconds