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

/frameworks/rs/cpp/
H A DAllocation.cpp132 const void *typeID = rsaAllocationGetType(mRS->mContext, getID()); local
133 if(typeID != NULL) {
135 sp<Type> t = new Type((void *)typeID, mRS);
355 int typeID = mRS.nAllocationGetType(getID());
356 mType = new Type(typeID, mRS);
373 int typeID = mRS.nAllocationGetType(getID());
374 mType = new Type(typeID, mRS);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java321 int typeID = mRS.nAllocationGetType(getID(mRS));
322 if(typeID != 0) {
323 mType = new Type(typeID, mRS);
958 int typeID = mRS.nAllocationGetType(getID(mRS));
959 mType = new Type(typeID, mRS);
990 int typeID = mRS.nAllocationGetType(getID(mRS));
991 mType = new Type(typeID, mRS);

Completed in 338 milliseconds