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

  /development/tools/a3dconvert/
ColladaLoader.cpp 62 domLibrary_geometries *allGeometry = daeSafeCast<domLibrary_geometries>(root->getDescendant("library_geometries"));
  /external/collada/include/dae/
daeElement.h 388 // current element. This function is basically the same as getDescendant, except that it
394 daeElement* getDescendant(const matchElement& matcher);
407 daeElement* getDescendant(daeString eltName);
  /external/collada/src/dae/
daeElement.cpp 688 daeElement* daeElement::getDescendant(const matchElement& matcher) {
731 daeElement* daeElement::getDescendant(daeString eltName) {
734 return getDescendant(matchName(eltName));
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1114 milliseconds