Searched defs:_env (Results 1 - 25 of 69) sorted by last modified time

123

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp53 len = _env->GetArrayLength((jfloatArray)data); \
54 ptr = _env->GetFloatArrayElements((jfloatArray)data, flag); \
75 _env->ReleaseFloatArrayElements((jfloatArray)data, (jfloat *)ptr, relFlag); \
78 len = _env->GetArrayLength((jdoubleArray)data); \
79 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
100 _env->ReleaseDoubleArrayElements((jdoubleArray)data, (jdouble *)ptr, relFlag); \
104 len = _env->GetArrayLength((jbyteArray)data); \
105 ptr = _env->GetByteArrayElements((jbyteArray)data, flag); \
126 _env->ReleaseByteArrayElements((jbyteArray)data, (jbyte*)ptr, relFlag); \
130 len = _env
274 nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) argument
303 nLoadIOSO(JNIEnv *_env, jobject _this) argument
347 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
354 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, jlong returnValue, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray, jlongArray depClosureArray, jlongArray depFieldIDArray) argument
461 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, jbyteArray paramArray, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray) argument
515 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jint index, jlong value, jint size) argument
523 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
531 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
570 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
575 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
583 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
623 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
663 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
706 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
750 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int, jboolean mUseInc) argument
782 nDeviceCreate(JNIEnv *_env, jobject _this) argument
789 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
796 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) argument
803 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct, jstring nativeLibDirJava) argument
824 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
833 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
840 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
848 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
867 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
887 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
901 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
907 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
914 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
932 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
944 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
982 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1037 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1044 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1050 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1056 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1076 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1096 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1115 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1135 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1153 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1233 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1272 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1370 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1399 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1411 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1423 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1435 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1447 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1459 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1473 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1494 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1514 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1539 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1556 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1576 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1611 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1649 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1751 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1851 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1900 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1911 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1925 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1933 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1944 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2051 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2060 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2069 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2078 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2092 nSystemGetPointerSize(JNIEnv *_env, jobject _this) argument
2098 nIncLoadSO(JNIEnv *_env, jobject _this, jint deviceApi, jstring libPath) argument
2132 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
2140 nIncDeviceCreate(JNIEnv *_env, jobject _this) argument
2147 nIncDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
2154 nIncContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct) argument
2164 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
2171 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
2180 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2203 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) argument
2239 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) argument
2265 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
[all...]
H A Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) argument
16 s = ANativeWindow_fromSurface(_env, sur);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp65 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
67 jclass egldisplayClassLocal = _env->FindClass("android/opengl/EGLDisplay");
68 egldisplayClass = (jclass) _env->NewGlobalRef(egldisplayClassLocal);
69 jclass eglcontextClassLocal = _env->FindClass("android/opengl/EGLContext");
70 eglcontextClass = (jclass) _env->NewGlobalRef(eglcontextClassLocal);
71 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
72 eglsurfaceClass = (jclass) _env->NewGlobalRef(eglsurfaceClassLocal);
73 jclass eglconfigClassLocal = _env->FindClass("android/opengl/EGLConfig");
74 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal);
76 egldisplayGetHandleID = _env
107 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) argument
118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) argument
[all...]
H A DEGLExtcHeader.cpp66 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
68 jclass egldisplayClassLocal = _env->FindClass("android/opengl/EGLDisplay");
69 egldisplayClass = (jclass) _env->NewGlobalRef(egldisplayClassLocal);
70 jclass eglcontextClassLocal = _env->FindClass("android/opengl/EGLContext");
71 eglcontextClass = (jclass) _env->NewGlobalRef(eglcontextClassLocal);
72 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
73 eglsurfaceClass = (jclass) _env->NewGlobalRef(eglsurfaceClassLocal);
74 jclass eglconfigClassLocal = _env->FindClass("android/opengl/EGLConfig");
75 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal);
77 egldisplayGetHandleID = _env
104 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) argument
114 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) argument
[all...]
H A DeglCreatePbufferFromClientBuffer.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
9 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
10 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
23 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
25 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0);
52 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base,
56 jniThrowException(_env, _exceptionType, _exceptionMessage);
58 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
63 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
65 jniThrowException(_env, "jav
3 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
62 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
[all...]
H A DeglCreatePixmapSurface.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) {
5 jniThrowException(_env, "java/lang/UnsupportedOperationException",
7 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, (EGLSurface) 0);
3 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
H A DeglCreateWindowSurface.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
9 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
10 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
24 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
26 _env->GetIntArrayElements(attrib_list_ref, (jboolean *)0);
51 window = android::android_view_Surface_getNativeWindow(_env, win);
65 _env->ReleaseIntArrayElements(attrib_list_ref, attrib_list_base,
69 jniThrowException(_env, _exceptionType, _exceptionMessage);
71 return toEGLHandle(_env, eglsurfaceClass, eglsurfaceConstructor, _returnValue);
77 (JNIEnv *_env, jobjec
3 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
76 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
[all...]
H A DeglGetDisplay.cpp4 (JNIEnv *_env, jobject _this, jlong display_id) {
9 return toEGLHandle(_env, egldisplayClass, egldisplayConstructor, _returnValue);
15 (JNIEnv *_env, jobject _this, jint display_id) {
19 jniThrowException(_env, "java/lang/UnsupportedOperationException", "eglGetDisplay");
22 return android_eglGetDisplay(_env, _this, display_id);
3 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
14 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument
H A DeglQueryString.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
6 (EGLDisplay)fromEGLHandle(_env, egldisplayGetHandleID, dpy),
9 return _env->NewStringUTF(chars);
3 android_eglQueryString__Landroind_opengl_EGLDisplay_2I(JNIEnv *_env, jobject _this, jobject dpy, jint name) argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp55 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
57 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
58 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
60 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
61 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
63 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
65 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
67 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
70 positionID = _env->GetFieldID(bufferClass, "position", "I");
71 limitID = _env
77 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
105 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
111 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
117 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
123 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
129 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
135 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
141 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
147 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
154 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
160 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
166 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
172 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
178 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
184 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
190 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
196 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
202 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
209 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
214 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
221 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
332 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
388 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
[all...]
H A DglBindVertexBuffer.cpp4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
6 jniThrowException(_env, "java/lang/IllegalArgumentException", "offset too large");
3 android_glBindVertexBuffer__IIJI(JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) argument
H A DglCreateShaderProgramv.cpp4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
20 _count = _env->GetArrayLength(strings);
39 _jstrings[i] = (jstring) _env->GetObjectArrayElement(strings, i);
46 _strings[i] = _env->GetStringUTFChars(_jstrings[i], 0);
54 _env->ReleaseStringUTFChars(_jstrings[i], _strings[i]);
65 jniThrowException(_env, _exceptionType, _exceptionMessage);
3 android_glCreateShaderProgramv(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) argument
H A DglDebugMessageCallback.cpp3 android_glDebugMessageCallback(JNIEnv *_env, jobject _this, jobject callback) { argument
4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
H A DglDebugMessageCallbackKHR.cpp3 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) { argument
4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
H A DglDebugMessageInsertKHR.cpp4 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) {
17 _nativebuf = _env->GetStringUTFChars(buf, 0);
18 _length = _env->GetStringUTFLength(buf);
31 _env->ReleaseStringUTFChars(buf, _nativebuf);
35 jniThrowException(_env, _exceptionType, _exceptionMessage);
3 android_glDebugMessageInsertKHR__IIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) argument
H A DglDispatchComputeIndirect.cpp2 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { argument
8 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
H A DglDrawArraysIndirect.cpp2 static void android_glDrawArraysIndirect(JNIEnv *_env, jobject, int mode, jlong indirect) { argument
7 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
H A DglDrawElementsIndirect.cpp2 static void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) { argument
7 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
H A DglDrawElementsInstanced.cpp4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
12 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
23 releasePointer(_env, _array, indices, JNI_FALSE);
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
3 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
29 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
H A DglDrawElementsInstancedBaseVertex.cpp4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount, jint basevertex) {
13 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset);
21 char * _indicesBase = (char *)_env->GetPrimitiveArrayCritical(_array, (jboolean *) 0);
35 releasePointer(_env, _array, indices, JNI_FALSE);
42 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount, jint basevertex) {
3 android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount, jint basevertex) argument
41 android_glDrawElementsInstancedBaseVertex__IIIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount, jint basevertex) argument
H A DglGetActiveAttrib.cpp4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset;
30 _env->GetIntArrayElements(length_ref, (jboolean *)0);
46 _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset;
48 _env->GetIntArrayElements(size_ref, (jboolean *)0);
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
65 _env->GetIntArrayElements(type_ref, (jboolean *)0);
80 _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset;
82 _env->GetByteArrayElements(name_ref, (jboolean *)0);
97 _env
3 android_glGetActiveAttrib__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
171 android_glGetActiveAttrib1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
266 android_glGetActiveAttrib2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
H A DglGetActiveUniform.cpp4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset;
30 _env->GetIntArrayElements(length_ref, (jboolean *)0);
46 _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset;
48 _env->GetIntArrayElements(size_ref, (jboolean *)0);
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
65 _env->GetIntArrayElements(type_ref, (jboolean *)0);
80 _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset;
82 _env->GetByteArrayElements(name_ref, (jboolean *)0);
97 _env
3 android_glGetActiveUniform__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
171 android_glGetActiveUniform1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
269 android_glGetActiveUniform2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
H A DglGetActiveUniformBlockName.cpp4 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) {
22 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset;
23 _length_base = (GLsizei*)_env->GetIntArrayElements(
40 _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset;
41 _name_base = (GLchar*)_env->GetByteArrayElements(
55 _env->ReleaseByteArrayElements(name_ref, (jbyte*)_name_base,
59 _env->ReleaseIntArrayElements(length_ref, (jint*)_length_base,
63 jniThrowException(_env, _exceptionType, _exceptionMessage);
70 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject uniformBlockName_buf) {
83 _length = (GLsizei*)getPointer(_env, length_bu
3 android_glGetActiveUniformBlockName_III_3II_3BI(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) argument
69 android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject uniformBlockName_buf) argument
111 android_glGetActiveUniformBlockName_II(JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex) argument
[all...]
H A DglGetBooleanv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) {
6 _env, _this, pname, params_ref, offset);
12 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
14 _env, _this, pname, params_buf);
3 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
11 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglGetBufferPointerv.cpp4 (JNIEnv *_env, jobject _this, jint target, jint pname) {
9 return _env->NewDirectByteBuffer(_p, _mapLength);
3 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument

Completed in 6068 milliseconds

123