Searched refs:textures_buf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 787 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 796 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 802 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1308 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1317 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1323 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES20.cpp | 1219 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 1228 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1234 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1792 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1801 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1807 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 571 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 580 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 586 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1148 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1157 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1163 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|