Home
last modified time | relevance | path

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

/frameworks/rs/
DrsDefines.h334 RS_A3D_CLASS_ID_ALLOCATION, enumerator
DrsAllocation.h122 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; } in getClassId()
DrsFileA3D.cpp253 case RS_A3D_CLASS_ID_ALLOCATION: in initializeFromEntry()
DrsAllocation.cpp356 if (classID != RS_A3D_CLASS_ID_ALLOCATION) { in createFromStream()