Searched refs:textures_buf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 788 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 797 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 803 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1309 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1318 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1324 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES20.cpp | 1220 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 1229 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1235 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1793 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1802 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1808 …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 | 572 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 581 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 587 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1149 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1158 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1164 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|