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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp822 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
831 if (!textures_buf) {
837 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1343 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
1352 if (!textures_buf) {
1358 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
821 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1342 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
H A Dandroid_opengl_GLES20.cpp1254 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
1263 if (!textures_buf) {
1269 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1827 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
1836 if (!textures_buf) {
1842 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1253 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1826 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp631 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
640 if (!textures_buf) {
646 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
1208 (JNIEnv *_env, jobject _this, jint n, jobject textures_buf) {
1217 if (!textures_buf) {
1223 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
630 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1207 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument

Completed in 41 milliseconds