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

/frameworks/rs/cpp/
H A DScript.cpp65 void Script::FieldBase::init(RenderScript *rs, uint32_t dimx, uint32_t usages) { argument
66 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
H A DScript.h72 void init(RenderScript *rs, uint32_t dimx, uint32_t usages = 0);
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java294 protected void init(RenderScript rs, int dimx) { argument
295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
298 protected void init(RenderScript rs, int dimx, int usages) { argument
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java294 protected void init(RenderScript rs, int dimx) { argument
295 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
298 protected void init(RenderScript rs, int dimx, int usages) { argument
299 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp306 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces)
309 con, eid, dimx, dimy, dimz, mips, faces);
311 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces);
305 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp430 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces)
433 con, eid, dimx, dimy, dimz, mips, faces);
435 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces);
429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces) argument

Completed in 106 milliseconds