Home
last modified time | relevance | path

Searched defs:ANativeWindow_Buffer (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h94 typedef struct ANativeWindow_Buffer { struct
113 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h94 typedef struct ANativeWindow_Buffer { struct
113 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h94 typedef struct ANativeWindow_Buffer { struct
113 } ANativeWindow_Buffer; argument
/aosp_15_r20/external/mesa3d/include/android_stub/android/
H A Dnative_window.h94 typedef struct ANativeWindow_Buffer { struct
113 } ANativeWindow_Buffer; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h94 typedef struct ANativeWindow_Buffer { struct
113 } ANativeWindow_Buffer; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/nativewindow/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/frameworks/native/libs/nativewindow/include/android/
H A Dnative_window.h95 typedef struct ANativeWindow_Buffer { struct
114 } ANativeWindow_Buffer; argument
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dgpu_display_android.rs47 pub(crate) struct ANativeWindow_Buffer { struct
48 width: i32,
49 height: i32,
50 stride: i32, // in number of pixels, NOT bytes
51 format: i32,
52 bits: *mut u8,
53 reserved: [u32; 6],
101 out_buffer: *mut ANativeWindow_Buffer, in get_android_surface_buffer()
135 impl Default for ANativeWindow_Buffer { implementation
/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/surface/
H A Dbuffer.rs37 pub(crate) fn new(buffer: ANativeWindow_Buffer, surface: &'a mut Surface) -> Self { in new()

12