/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | BufferUtils.cpp | 31 static void* getDirectBufferPointer(JNIEnv* env, jobject buffer) { in getDirectBufferPointer() function 121 void* directBufferPtr = getDirectBufferPointer(env, buffer); in copyJavaNioBufferToVector()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 590 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 2663 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 2943 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 3347 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexPointerBounds__IIILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES10Ext.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 122 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 374 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 3350 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 3630 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 4078 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexPointerBounds__IIILjava_nio_Buffer_2I() 6658 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I() 7581 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() 7623 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES11Ext.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 3183 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() 3213 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES11.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 2752 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES31Ext.cpp | 209 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function
|
H A D | android_opengl_GLES32.cpp | 208 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function
|
H A D | android_opengl_GLES20.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 6419 ptr = (GLvoid *) getDirectBufferPointer(_env, ptr_buf); in android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES30.cpp | 210 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function 2488 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()
|
H A D | android_opengl_GLES31.cpp | 208 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer() function
|