Home
last modified time | relevance | path

Searched refs:_array (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp236 jarray _array = (jarray) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local
240 coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
250 if (_array) { in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
251 releasePointer(_env, _array, coords, JNI_FALSE); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
295 jarray _array = (jarray) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local
299 coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
309 if (_array) { in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
310 releasePointer(_env, _array, coords, JNI_FALSE); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
354 jarray _array = (jarray) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local
358 coords = (GLfixed *)getPointer(_env, coords_buf, &_array, &_remaining); in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
[all …]
Dandroid_opengl_GLES11.cpp139 jarray _array = (jarray) 0; in android_glBufferData__IILjava_nio_Buffer_2I() local
144 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glBufferData__IILjava_nio_Buffer_2I()
158 if (_array) { in android_glBufferData__IILjava_nio_Buffer_2I()
159 releasePointer(_env, _array, data, JNI_FALSE); in android_glBufferData__IILjava_nio_Buffer_2I()
167 jarray _array = (jarray) 0; in android_glBufferSubData__IIILjava_nio_Buffer_2() local
171 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glBufferSubData__IIILjava_nio_Buffer_2()
184 if (_array) { in android_glBufferSubData__IIILjava_nio_Buffer_2()
185 releasePointer(_env, _array, data, JNI_FALSE); in android_glBufferSubData__IIILjava_nio_Buffer_2()
226 jarray _array = (jarray) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local
230 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining); in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp420 jarray _array = (jarray) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() local
443 jarray _array = (jarray) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local
447 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
458 if (_array) { in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
459 releasePointer(_env, _array, data, JNI_FALSE); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
467 jarray _array = (jarray) 0; in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() local
471 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
483 if (_array) { in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
484 releasePointer(_env, _array, data, JNI_FALSE); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
570 jarray _array = (jarray) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local
[all …]
Dandroid_opengl_GLES20.cpp271 jarray _array = (jarray) 0; in android_glBufferData__IILjava_nio_Buffer_2I() local
276 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glBufferData__IILjava_nio_Buffer_2I()
290 if (_array) { in android_glBufferData__IILjava_nio_Buffer_2I()
291 releasePointer(_env, _array, data, JNI_FALSE); in android_glBufferData__IILjava_nio_Buffer_2I()
299 jarray _array = (jarray) 0; in android_glBufferSubData__IIILjava_nio_Buffer_2() local
303 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glBufferSubData__IIILjava_nio_Buffer_2()
316 if (_array) { in android_glBufferSubData__IIILjava_nio_Buffer_2()
317 releasePointer(_env, _array, data, JNI_FALSE); in android_glBufferSubData__IIILjava_nio_Buffer_2()
396 jarray _array = (jarray) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local
400 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES10.cpp294 jarray _array = (jarray) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() local
317 jarray _array = (jarray) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local
321 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
332 if (_array) { in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
333 releasePointer(_env, _array, data, JNI_FALSE); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
341 jarray _array = (jarray) 0; in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() local
345 data = (GLvoid *)getPointer(_env, data_buf, &_array, &_remaining); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
357 if (_array) { in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
358 releasePointer(_env, _array, data, JNI_FALSE); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
444 jarray _array = (jarray) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local
[all …]