Home
last modified time | relevance | path

Searched refs:ids_ref (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLogKHR.cpp4 …ef, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, … in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI() argument
12 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() argument
20 …ef, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, … in android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II() argument
28 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp336 …ject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jbo… in android_glDebugMessageControlKHR__IIII_3IIZ() argument
344 if (!ids_ref) { in android_glDebugMessageControlKHR__IIII_3IIZ()
356 _remaining = _env->GetArrayLength(ids_ref) - offset; in android_glDebugMessageControlKHR__IIII_3IIZ()
358 _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); in android_glDebugMessageControlKHR__IIII_3IIZ()
372 _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, in android_glDebugMessageControlKHR__IIII_3IIZ()
453 …ef, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, … in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI() argument
461 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2() argument
469 …ef, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, … in android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II() argument
477 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() argument
Dandroid_opengl_GLES30.cpp595 (JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) { in android_glGenQueries__I_3II() argument
603 if (!ids_ref) { in android_glGenQueries__I_3II()
615 _remaining = _env->GetArrayLength(ids_ref) - offset; in android_glGenQueries__I_3II()
617 _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); in android_glGenQueries__I_3II()
627 _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, in android_glGenQueries__I_3II()
661 (JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) { in android_glDeleteQueries__I_3II() argument
669 if (!ids_ref) { in android_glDeleteQueries__I_3II()
681 _remaining = _env->GetArrayLength(ids_ref) - offset; in android_glDeleteQueries__I_3II()
683 _env->GetPrimitiveArrayCritical(ids_ref, (jboolean *)0); in android_glDeleteQueries__I_3II()
693 _env->ReleasePrimitiveArrayCritical(ids_ref, ids_base, in android_glDeleteQueries__I_3II()
[all …]