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

/frameworks/rs/
H A DrsScriptGroup.h43 ObjectBaseRef<Allocation> mAlloc; member in class:android::renderscript::ScriptGroup::Link
65 ObjectBaseRef<Allocation> mAlloc; member in class:android::renderscript::ScriptGroup::IO
H A DrsFileA3D.h85 void * mAlloc; member in class:android::renderscript::FileA3D
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.h43 ObjectBaseRef<Allocation> mAlloc; member in class:android::renderscript::ScriptGroup::Link
65 ObjectBaseRef<Allocation> mAlloc; member in class:android::renderscript::ScriptGroup::IO
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java209 Allocation mAlloc; field in class:ProgramVertexFixedFunction.Constants
211 return mAlloc;
223 mAlloc = Allocation.createTyped(rs, constInputType);
242 mAlloc.destroy();
243 mAlloc = null;
251 mAlloc.setFromFieldPacker(0, mIOBuffer);

Completed in 75 milliseconds