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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2626 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2632 if (pointer_buf) {
2633 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2625 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.cpp602 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
608 if (pointer_buf) {
609 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2519 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
2525 if (pointer_buf) {
2526 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2778 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2784 if (pointer_buf) {
2785 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3152 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
601 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2518 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2777 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3151 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.cpp2889 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2895 if (pointer_buf) {
2896 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2913 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2919 if (pointer_buf) {
2920 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2888 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2912 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.cpp2242 (JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
2248 if (pointer_buf) {
2249 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2241 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.cpp422 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
428 if (pointer_buf) {
429 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3236 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) {
3242 if (pointer_buf) {
3243 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3495 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) {
3501 if (pointer_buf) {
3502 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
3913 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jin
421 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3235 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3494 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3912 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6304 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7173 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7209 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 100 milliseconds