Searched defs:dimx (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpp/
H A DScript.cpp57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) { argument
58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
/frameworks/base/rs/java/android/renderscript/
H A DScript.java443 protected void init(RenderScript rs, int dimx) { argument
444 mAllocation = Allocation.createSized(rs, mElement, dimx,
448 protected void init(RenderScript rs, int dimx, int usages) { argument
450 Allocation.createSized(rs, mElement, dimx,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java430 protected void init(RenderScript rs, int dimx) { argument
431 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
434 protected void init(RenderScript rs, int dimx, int usages) { argument
435 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1009 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1012 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1014 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
1912 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1915 incCon, eid, dimx, dimy, dimz, mips, faces, yuv);
1917 return (jlong)(uintptr_t)dispatchTabInc.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
1008 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1911 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.cpp1091 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1095 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1098 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1090 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 171 milliseconds