Searched refs:ids_buf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 798 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { in android_glGenQueries__ILjava_nio_IntBuffer_2() argument 807 if (!ids_buf) { in android_glGenQueries__ILjava_nio_IntBuffer_2() 813 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenQueries__ILjava_nio_IntBuffer_2() 878 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { in android_glDeleteQueries__ILjava_nio_IntBuffer_2() argument 887 if (!ids_buf) { in android_glDeleteQueries__ILjava_nio_IntBuffer_2() 893 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteQueries__ILjava_nio_IntBuffer_2() 5240 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { in android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2() argument 5249 if (!ids_buf) { in android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2() 5255 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2() 5320 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) { in android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2() argument [all …]
|
D | android_opengl_GLES31Ext.cpp | 479 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, … in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z() argument 488 if (!ids_buf) { in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z() 494 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z()
|
D | android_opengl_GLES32.cpp | 507 …(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, … in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z() argument 516 if (!ids_buf) { in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z() 522 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z()
|