OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domGl_hook_abstract
(Results
1 - 6
of
6
) sorted by null
/external/collada/include/1.4/dom/
domGl_hook_abstract.h
18
class
domGl_hook_abstract
: public daeElement
29
domGl_hook_abstract
(DAE& dae) : daeElement(dae) {}
33
virtual ~
domGl_hook_abstract
() {}
37
virtual
domGl_hook_abstract
&operator=( const
domGl_hook_abstract
&cpy ) { (void)cpy; return *this; }
domElements.h
764
class
domGl_hook_abstract
;
766
typedef daeSmartRef<
domGl_hook_abstract
> domGl_hook_abstractRef;
domGl_pipeline_settings.h
16
#include <dom/
domGl_hook_abstract
.h>
[
all
...]
/external/collada/src/1.4/dom/
domGl_hook_abstract.cpp
11
#include <dom/
domGl_hook_abstract
.h>
20
domGl_hook_abstract
::create(DAE& dae)
22
domGl_hook_abstractRef ref = new
domGl_hook_abstract
(dae);
28
domGl_hook_abstract
::registerElement(DAE& dae)
36
meta->registerClass(
domGl_hook_abstract
::create);
40
meta->setElementSize(sizeof(
domGl_hook_abstract
));
domGl_pipeline_settings.cpp
694
mea->setElementType(
domGl_hook_abstract
::registerElement(dae) );
[
all
...]
/external/collada/
Android.mk
118
src/1.4/dom/
domGl_hook_abstract
.cpp \
Completed in 64 milliseconds