Searched refs:textures_buf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 821 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 830 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 836 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1342 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1351 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1357 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES20.cpp | 1253 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 1262 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1268 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1826 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1835 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1841 …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 | 630 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() argument 639 if (!textures_buf) { in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 645 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 1207 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() argument 1216 if (!textures_buf) { in android_glGenTextures__ILjava_nio_IntBuffer_2() 1222 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenTextures__ILjava_nio_IntBuffer_2()
|