/external/mesa3d/include/android_stub/apex/ |
D | window.h | 46 typedef int (*ANativeWindow_cancelBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer, 57 void* data, ANativeWindowBuffer* buffer, 64 typedef int (*ANativeWindow_dequeueBufferFn)(ANativeWindow* window, ANativeWindowBuffer** buffer, 75 void* data, ANativeWindowBuffer** buffer, 98 typedef int (*ANativeWindow_queueBufferFn)(ANativeWindow* window, ANativeWindowBuffer* buffer, 109 void* data, ANativeWindowBuffer* buffer,
|
/external/mesa3d/include/android_stub/nativebase/ |
D | nativebase.h | 66 typedef struct ANativeWindowBuffer struct 69 ANativeWindowBuffer() { in ANativeWindowBuffer() argument 71 common.version = sizeof(ANativeWindowBuffer); in ANativeWindowBuffer() 105 typedef struct ANativeWindowBuffer ANativeWindowBuffer; argument
|
/external/angle/src/common/ |
D | android_util.h | 20 struct ANativeWindowBuffer; 204 ANativeWindowBuffer *ClientBufferToANativeWindowBuffer(EGLClientBuffer clientBuffer); 214 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, 225 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer);
|
D | android_util.cpp | 56 typedef struct ANativeWindowBuffer struct 157 ANativeWindowBuffer *ClientBufferToANativeWindowBuffer(EGLClientBuffer clientBuffer) in ClientBufferToANativeWindowBuffer() 159 return reinterpret_cast<ANativeWindowBuffer *>(clientBuffer); in ClientBufferToANativeWindowBuffer() 212 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() 282 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer) in ANativeWindowBufferToAHardwareBuffer()
|
/external/mesa3d/include/android_stub/vndk/ |
D | window.h | 31 AHardwareBuffer* ANativeWindowBuffer_getHardwareBuffer(ANativeWindowBuffer* anwb); 199 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd); 221 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd); 249 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/external/swiftshader/include/Android/vndk/ |
D | window.h | 28 int ANativeWindow_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd); 29 int ANativeWindow_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd); 30 int ANativeWindow_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd);
|
/external/swiftshader/include/Android/nativebase/ |
D | nativebase.h | 42 struct ANativeWindowBuffer { struct 43 ANativeWindowBuffer() { in ANativeWindowBuffer() function 45 common.version = sizeof(ANativeWindowBuffer); in ANativeWindowBuffer()
|
/external/mesa3d/include/android_stub/system/ |
D | window.h | 406 struct ANativeWindowBuffer** buffer); 420 struct ANativeWindowBuffer* buffer); 442 struct ANativeWindowBuffer* buffer); 487 struct ANativeWindowBuffer* buffer); 509 struct ANativeWindowBuffer** buffer, int* fenceFd); 531 struct ANativeWindowBuffer* buffer, int fenceFd); 559 struct ANativeWindowBuffer* buffer, int fenceFd); 881 struct ANativeWindowBuffer** anb) { in native_window_dequeue_buffer_and_wait()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 162 get_native_buffer_fds(struct ANativeWindowBuffer *buf, int fds[3]) in get_native_buffer_fds() 186 get_native_buffer_name(struct ANativeWindowBuffer *buf) in get_native_buffer_name() 194 struct ANativeWindowBuffer *buf, in droid_create_image_from_prime_fds_yuv() 313 struct ANativeWindowBuffer *buf) in droid_create_image_from_prime_fds() 393 struct ANativeWindowBuffer *buf) in droid_create_image_from_cros_info() 424 struct ANativeWindowBuffer *buf) in droid_create_image_from_native_buffer() 1013 struct ANativeWindowBuffer *buf) in droid_create_image_from_name() 1069 struct ANativeWindowBuffer *buf) in dri2_create_image_android_native_buffer() 1110 (struct ANativeWindowBuffer *) buffer); in droid_create_image_khr() 1340 struct ANativeWindowBuffer *old_buffer UNUSED = dri2_surf->buffer; in droid_display_shared_buffer()
|
D | egl_dri2.h | 328 struct ANativeWindowBuffer *buffer; 338 struct ANativeWindowBuffer *buffer;
|
/external/drm_hwcomposer/.ci/android_headers/ui/ |
D | GraphicBuffer.h | 51 : public ANativeObjectBase<ANativeWindowBuffer, GraphicBuffer, RefBase>, 82 static sp<GraphicBuffer> from(ANativeWindowBuffer *); 202 ANativeWindowBuffer* getNativeBuffer() const;
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.cpp | 158 struct ANativeWindowBuffer *windowBuffer = in ValidateHardwareBuffer() 235 struct ANativeWindowBuffer *windowBuffer = in initImpl()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 17947 …<class-decl name='ANativeWindowBuffer' size-in-bits='768' is-struct='yes' visibility='default' fil… 17982 …<function-decl name='ANativeWindowBuffer' filepath='frameworks/native/libs/nativebase/include/nati… 24448 …<class-decl name='ANativeObjectBase<ANativeWindowBuffer, android::GraphicBuffer, android::RefBa…
|