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

/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java59 mAllocationType = t;
65 mAllocationType = t;
71 Type mAllocationType; field in class:ScriptGroup.ConnectLine
830 types[ct] = cl.mAllocationType.getID(mRS);
/frameworks/compile/slang/
H A Dslang_rs_context.h123 clang::QualType mAllocationType; member in class:slang::RSContext
192 return mAllocationType;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java66 mAllocationType = t;
72 mAllocationType = t;
78 Type mAllocationType; field in class:ScriptGroup.ConnectLine
544 Allocation alloc = Allocation.createTyped(mRS, l.mAllocationType,
943 types[ct] = cl.mAllocationType.getID(mRS);

Completed in 71 milliseconds