Searched defs:typeID (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp124 const void *typeID = rsaAllocationGetType(mRS->getContext(), getID()); local
125 if(typeID != NULL) {
127 sp<Type> t = new Type((void *)typeID, mRS);
280 int typeID = mRS.nAllocationGetType(getID());
281 mType = new Type(typeID, mRS);
298 int typeID = mRS.nAllocationGetType(getID());
299 mType = new Type(typeID, mRS);

Completed in 53 milliseconds