Searched defs:ids_buf (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp513 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) {
522 if (!ids_buf) {
528 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
512 android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) argument
H A Dandroid_opengl_GLES32.cpp541 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) {
550 if (!ids_buf) {
556 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
540 android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) argument
H A Dandroid_opengl_GLES30.cpp832 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) {
841 if (!ids_buf) {
847 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
912 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) {
921 if (!ids_buf) {
927 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
5272 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) {
5281 if (!ids_buf) {
5287 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
5352 (JNIEnv *_env, jobject _this, jint n, jobject ids_buf) {
831 android_glGenQueries__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
911 android_glDeleteQueries__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
5271 android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
5351 android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
[all...]

Completed in 58 milliseconds