Home
last modified time | relevance | path

Searched refs:_alloc (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1167 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument
1171 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D()
1214 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument
1218 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D()
1253 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument
1257 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D()
1290 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument
1293 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead()
1302 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument
1306 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D()
[all …]
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1288 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument
1292 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D()
1323 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument
1327 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D()
1368 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument
1372 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D()
1412 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument
1415 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead()
1426 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument
1430 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D()
[all …]