Searched defs:_env (Results 26 - 50 of 69) sorted by relevance

123

/frameworks/native/opengl/tools/glgen/stubs/egl/
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 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 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 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...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
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 DglGetFloatv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jfloatArray 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_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
11 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglGetIntegerv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jintArray 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_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
11 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglMapBufferRange.cpp4 (JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) {
9 _buf = _env->NewDirectByteBuffer(_p, length);
3 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) 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 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 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 DglTransformFeedbackVaryings.cpp5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) {
20 _count = _env->GetArrayLength(varyings_ref);
23 jstring _varying = (jstring)_env->GetObjectArrayElement(varyings_ref, _i);
30 _varyings[_i] = _env->GetStringUTFChars(_varying, 0);
38 jstring _varying = (jstring)_env->GetObjectArrayElement(varyings_ref, _i);
40 _env->ReleaseStringUTFChars(_varying, _varyings[_i]);
46 jniThrowException(_env, _exceptionType, _exceptionMessage);
4 android_glTransformFeedbackVaryings(JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) 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 DglGetDebugMessageLog.cpp4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
5 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
13 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
21 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
29 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
3 android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
11 android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
19 android_glGetDebugMessageLog__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
27 android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
H A DglGetDebugMessageLogKHR.cpp4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
5 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
13 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
21 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
29 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
3 android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
11 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
19 android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
27 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
H A DglGetShaderSource.cpp4 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) {
22 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset;
24 _env->GetIntArrayElements(length_ref, (jboolean *)0);
40 _sourceRemaining = _env->GetArrayLength(source_ref) - sourceOffset;
42 _env->GetByteArrayElements(source_ref, (jboolean *)0);
54 _env->ReleaseByteArrayElements(source_ref, (jbyte*)source_base,
58 _env->ReleaseIntArrayElements(length_ref, (jint*)length_base,
62 jniThrowException(_env, _exceptionType, _exceptionMessage);
69 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
75 length = (GLsizei *)getPointer(_env, length_bu
3 android_glGetShaderSource__II_3II_3BI(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) argument
68 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
92 android_glGetShaderSource(JNIEnv *_env, jobject, jint shader) argument
[all...]
H A DglGetUniformIndices.cpp5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
21 _count = _env->GetArrayLength(uniformNames_ref);
24 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
31 _names[_i] = _env->GetStringUTFChars(_name, 0);
46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
52 _indices_base = (GLuint*)_env->GetIntArrayElements(
60 _env->ReleaseIntArrayElements(uniformIndices_ref, (jint*)_indices_base,
65 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
67 _env->ReleaseStringUTFChars(_name, _names[_i]);
73 jniThrowException(_env, _exceptionTyp
4 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
80 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_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 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...]
/frameworks/rs/support/jni/
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/base/core/jni/
H A Dandroid_nio_utils.cpp31 void* android::nio_getPointer(JNIEnv *_env, jobject buffer, jarray *array) { argument
38 pointer = _env->CallStaticLongMethod(gNioJNI.nioAccessClass,
45 *array = (jarray) _env->CallStaticObjectMethod(gNioJNI.nioAccessClass,
47 offset = _env->CallStaticIntMethod(gNioJNI.nioAccessClass,
49 data = _env->GetPrimitiveArrayCritical(*array, (jboolean *) 0);
55 void android::nio_releasePointer(JNIEnv *_env, jarray array, void *data, argument
57 _env->ReleasePrimitiveArrayCritical(array, data,
H A Dandroid_opengl_EGLExt.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
136 android_eglPresentationTimeANDROID(JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) argument
157 register_android_opengl_jni_EGLExt(JNIEnv *_env) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java154 Slot(EnvMode _env, Format _fmt) { argument
155 env = _env;

Completed in 126 milliseconds

123