Searched defs:dimx (Results 1 - 5 of 5) 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);
/frameworks/base/rs/java/android/renderscript/
H A DScript.java494 protected void init(RenderScript rs, int dimx) { argument
495 mAllocation = Allocation.createSized(rs, mElement, dimx,
499 protected void init(RenderScript rs, int dimx, int usages) { argument
501 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/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1016 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1019 (RsContext)con, eid, dimx, dimy, dimz, mips, faces, yuv);
1021 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
2193 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
2196 incCon, eid, dimx, dimy, dimz, mips, faces, yuv);
2198 return (jlong)(uintptr_t)dispatchTabInc.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy,
1015 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2192 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.cpp1183 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv)
1187 (RsContext)con, (void*)eid, dimx, dimy, dimz, mips, faces, yuv);
1190 return (jlong)(uintptr_t)rsTypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, dimz, mips,
1182 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument

Completed in 126 milliseconds