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

/frameworks/rs/cpp/
H A DScript.cpp55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) { argument
56 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
H A DrsCppStructs.h1737 void init(const sp<RS>& rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/base/rs/java/android/renderscript/
H A DScript.java496 protected void init(RenderScript rs, int dimx) { argument
497 mAllocation = Allocation.createSized(rs, mElement, dimx,
501 protected void init(RenderScript rs, int dimx, int usages) { argument
503 Allocation.createSized(rs, mElement, dimx,
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java538 protected void init(RenderScript rs, int dimx) { argument
539 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
542 protected void init(RenderScript rs, int dimx, int usages) { argument
543 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp51 int dimx, int dimy, int dimz);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1014 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1017 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1019 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
2191 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2194 incCon, eid, dimx, dimy, dimz, mips, faces, yuv);
2196 return (jlong)(uintptr_t)dispatchTabInc.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1181 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1185 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1188 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1180 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 1803 milliseconds