Searched defs:pointer_buf (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp484 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
490 if (pointer_buf) {
491 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2400 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2406 if (pointer_buf) {
2407 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2659 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2665 if (pointer_buf) {
2666 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3033 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
483 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2399 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2658 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3032 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
[all...]
H A Dandroid_opengl_GLES11.cpp2504 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2510 if (pointer_buf) {
2511 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2503 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
H A Dandroid_opengl_GLES11Ext.cpp2771 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2777 if (pointer_buf) {
2778 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2795 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2801 if (pointer_buf) {
2802 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2770 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2794 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
H A Dandroid_opengl_GLES30.cpp2106 (JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2112 if (pointer_buf) {
2113 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2105 android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp418 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
424 if (pointer_buf) {
425 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3232 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
3238 if (pointer_buf) {
3239 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3491 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
3497 if (pointer_buf) {
3498 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3909 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
417 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3231 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3490 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3908 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6300 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7169 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7205 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
[all...]

Completed in 2330 milliseconds