Searched defs:dimx (Results 1 - 5 of 5) sorted by relevance
/frameworks/rs/cpp/ |
H A D | Script.cpp | 57 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/graphics/java/android/renderscript/ |
H A D | Script.java | 316 protected void init(RenderScript rs, int dimx) { argument 317 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); 320 protected void init(RenderScript rs, int dimx, int usages) { argument 321 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | Script.java | 438 protected void init(RenderScript rs, int dimx) { argument 439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT); 442 protected void init(RenderScript rs, int dimx, int usages) { argument 443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
|
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 309 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) 312 con, eid, dimx, dimy, dimz, mips, faces, yuv); 314 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv); 308 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
|
/frameworks/base/graphics/jni/ |
H A D | android_renderscript_RenderScript.cpp | 429 jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) 432 con, eid, dimx, dimy, dimz, mips, faces, yuv); 434 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces, yuv); 428 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
|
Completed in 1664 milliseconds