Home
last modified time | relevance | path

Searched defs:ANativeWindow (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/android_stub/system/
Dwindow.h403 struct ANativeWindow struct
406 ANativeWindow() in ANativeWindow() argument
416 void incStrong(const void* /*id*/) const { in incStrong()
419 void decStrong(const void* /*id*/) const { in decStrong()
447 int (*setSwapInterval)(struct ANativeWindow* window, argument
467 int (*dequeueBuffer_DEPRECATED)(struct ANativeWindow* window, argument
481 int (*lockBuffer_DEPRECATED)(struct ANativeWindow* window, argument
503 int (*queueBuffer_DEPRECATED)(struct ANativeWindow* window, argument
511 int (*query)(const struct ANativeWindow* window, argument
528 int (*perform)(struct ANativeWindow* window, argument
[all …]
/external/swiftshader/include/Android/vndk/
Dwindow.h22 typedef struct ANativeWindow ANativeWindow; typedef
/external/mesa3d/include/android_stub/android/
Dnative_window.h87 typedef struct ANativeWindow ANativeWindow; typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Dplatform_types.rs26 pub type ANativeWindow = c_void; typedef