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

  /external/collada/src/dae/
daeRawResolver.cpp 71 daeULong *countPtr = (daeULong*)accessor->getAttributeValue( "count" );
72 daeULong count = countPtr != NULL ? *countPtr : 0;
74 daeULong *stridePtr = (daeULong*)accessor->getAttributeValue( "stride" );
75 daeULong stride = stridePtr != NULL ? *stridePtr : 1;
77 *(daeULong*)(array->getAttributeValue("count")) = count*stride;
daeAtomicType.cpp 314 _size = sizeof(daeULong);
315 _alignment = sizeof(daeULong);
460 _snprintf(buffer, 64, _printFormat, *((daeULong*)src));
463 dst << *(daeULong*)src;
507 else if ( *(daeULong*)src == 0x7ff0000000000000LL ) // +INF
509 else if ( *(daeULong*)src == 0xfff0000000000000LL ) // -INF
682 return (daeMemoryRef)new daeULong;
743 delete (daeULong*)obj;
824 return new daeTArray<daeULong>;
891 (daeULong&)*dst = (daeULong&)*src
    [all...]
  /external/collada/include/dae/
daeTypes.h 32 typedef PLATFORM_UINT64 daeULong;
daeDomTypes.h 57 typedef daeULong xsUnsignedLong;
  /external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp 502 daeULong *countPtr = (daeULong*)array->getAttributeValue( "count" );
503 daeULong count = countPtr != NULL ? *countPtr : 0;
505 daeULong *stridePtr = (daeULong*)accessor->getAttributeValue( "stride" );
506 daeULong stride = stridePtr != NULL ? *stridePtr : 1;

Completed in 2669 milliseconds