Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsInternalDefines.h153 RS_A3D_CLASS_ID_ALLOCATION, enumerator
H A DrsFileA3D.cpp246 case RS_A3D_CLASS_ID_ALLOCATION: in initializeFromEntry()
H A DrsAllocation.h155 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; } in getClassId()
H A DrsAllocation.cpp469 if (classID != RS_A3D_CLASS_ID_ALLOCATION) { in createFromStream()