Home
last modified time | relevance | path

Searched refs:dimx (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DScript.cpp57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { in init() argument
58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages); in init()
DrsCppStructs.h1437 void init(sp<RS> rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java430 protected void init(RenderScript rs, int dimx) { in init() argument
431 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); in init()
434 protected void init(RenderScript rs, int dimx, int usages) { in init() argument
435 … mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages); in init()
/frameworks/base/rs/java/android/renderscript/
DScript.java443 protected void init(RenderScript rs, int dimx) { in init() argument
444 mAllocation = Allocation.createSized(rs, mElement, dimx, in init()
448 protected void init(RenderScript rs, int dimx, int usages) { in init() argument
450 Allocation.createSized(rs, mElement, dimx, in init()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsic3DLUT.cpp58 int dimx, int dimy, int dimz);
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1009 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument
1012 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate()
1014 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, in nTypeCreate()
1912 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nIncTypeCreate() argument
1915 incCon, eid, dimx, dimy, dimz, mips, faces, yuv); in nIncTypeCreate()
1917 return (jlong)(uintptr_t)dispatchTabInc.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, in nIncTypeCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1091 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) in nTypeCreate() argument
1095 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv); in nTypeCreate()
1098 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips, in nTypeCreate()