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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2777 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2786 if (pointer_buf) {
2787 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2776 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
H A Dandroid_opengl_GLES10.cpp615 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
624 if (pointer_buf) {
625 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2688 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2697 if (pointer_buf) {
2698 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2967 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2976 if (pointer_buf) {
2977 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3371 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
614 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2687 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2966 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3370 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_GLES11Ext.cpp3206 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
3215 if (pointer_buf) {
3216 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3236 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
3245 if (pointer_buf) {
3246 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3205 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3235 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.cpp2513 (JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2522 if (pointer_buf) {
2523 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2512 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.cpp424 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
433 if (pointer_buf) {
434 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3400 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
3409 if (pointer_buf) {
3410 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3679 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
3688 if (pointer_buf) {
3689 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
4127 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
423 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3399 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3678 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
4126 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6702 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7625 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7667 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 67 milliseconds