Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 49) sorted by relevance

12

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DANativeWindow.cpp23 static int32_t query(ANativeWindow* window, int what) { in query()
29 static bool isDataSpaceValid(ANativeWindow* window, int32_t dataSpace) { in isDataSpaceValid()
52 void ANativeWindow_acquire(ANativeWindow* window) { in ANativeWindow_acquire()
56 void ANativeWindow_release(ANativeWindow* window) { in ANativeWindow_release()
60 int32_t ANativeWindow_getWidth(ANativeWindow* window) { in ANativeWindow_getWidth()
63 int32_t ANativeWindow_getHeight(ANativeWindow* window) { in ANativeWindow_getHeight()
66 int32_t ANativeWindow_getFormat(ANativeWindow* window) { in ANativeWindow_getFormat()
69 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, in ANativeWindow_setBuffersGeometry()
84 int32_t ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, in ANativeWindow_lock()
88 int32_t ANativeWindow_unlockAndPost(ANativeWindow* window) { in ANativeWindow_unlockAndPost()
[all …]
DAndroidWindow.cpp213 static int hook_setSwapInterval(struct ANativeWindow* window, int interval) { in hook_setSwapInterval()
219 static int hook_dequeueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer**… in hook_dequeueBuffer_DEPRECATED()
224 static int hook_lockBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* buf… in hook_lockBuffer_DEPRECATED()
229 static int hook_queueBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* bu… in hook_queueBuffer_DEPRECATED()
234 static int hook_query(const struct ANativeWindow* window, int what, int* value) { in hook_query()
239 static int hook_perform(struct ANativeWindow* window, int operation, ... ) { in hook_perform()
248 static int hook_cancelBuffer_DEPRECATED(struct ANativeWindow* window, struct ANativeWindowBuffer* b… in hook_cancelBuffer_DEPRECATED()
253 static int hook_dequeueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer** buffer, in… in hook_dequeueBuffer()
258 static int hook_queueBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int f… in hook_queueBuffer()
263 static int hook_cancelBuffer(struct ANativeWindow* window, struct ANativeWindowBuffer* buffer, int … in hook_cancelBuffer()
[all …]
DAndroidWindow.h30 static AndroidWindow* getSelf(ANativeWindow* window) { in getSelf()
34 static const AndroidWindow* getSelfConst(const ANativeWindow* window) { in getSelfConst()
Dlibgui_unittest.cpp34 auto window = android::base::makeCustomScopedPtr( in TEST() local
59 auto window = android::base::makeCustomScopedPtr( in TEST() local
DSurfaceFlinger.cpp55 void SurfaceFlinger::connectWindow(AndroidWindow* window) { in connectWindow()
DAndroidWindowBuffer.cpp33 AndroidWindowBuffer::AndroidWindowBuffer(AndroidWindow* window, in AndroidWindowBuffer()
/device/generic/vulkan-cereal/fake-android-guest/system/
Dwindow.h500 static inline int native_window_set_usage(struct ANativeWindow* window, uint64_t usage) { in native_window_set_usage()
532 struct ANativeWindow* window, in native_window_set_crop()
542 struct ANativeWindow* window, in native_window_set_buffer_count()
560 struct ANativeWindow* window, in native_window_set_buffers_geometry()
580 struct ANativeWindow* window, in native_window_set_buffers_dimensions()
604 struct ANativeWindow* window, in native_window_set_buffers_user_dimensions()
617 struct ANativeWindow* window, in native_window_set_buffers_format()
635 struct ANativeWindow* window, in native_window_set_buffers_data_space()
652 struct ANativeWindow* window, in native_window_set_buffers_smpte2086_metadata()
669 struct ANativeWindow* window, in native_window_set_buffers_cta861_3_metadata()
[all …]
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dswapchain.cpp185 android::sp<ANativeWindow> window; member
214 ANativeWindow* window = surface.window.get(); in Swapchain() local
251 ANativeWindow* window, in ReleaseSwapchainImage()
555 const ANativeWindow* window = surface->window.get(); in GetPhysicalDeviceSurfaceSupportKHR() local
597 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDeviceSurfaceCapabilitiesKHR() local
805 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDeviceSurfacePresentModesKHR() local
898 ANativeWindow* window = SurfaceFromHandle(surface)->window.get(); in GetPhysicalDevicePresentRectanglesKHR() local
1317 ANativeWindow* window = active ? swapchain->surface.window.get() : nullptr; in DestroySwapchainKHR() local
1366 ANativeWindow* window = swapchain.surface.window.get(); in AcquireNextImageKHR() local
1542 ANativeWindow* window = swapchain.surface.window.get(); in QueuePresentKHR() local
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
Dxtestext1.h69 Window window; member
81 Window window; member
DXfixes.h66 Window window; member
79 Window window; member
281 Window window; member
Dshape.h41 Window window; /* window of event */ member
DXInput.h205 Window window; /* "event" window reported relative to */ member
237 Window window; /* "event" window reported relative to */ member
270 Window window; /* "event" window reported relative to */ member
300 Window window; /* "event" window reported relative to */ member
328 Window window; member
367 Window window; member
420 Window window; /* unused */ member
441 Window window; /* unused */ member
465 Window window; /* unused */ member
481 Window window; /* unused */ member
DXdbe.h68 Window window; /* window that buffer belongs to */ member
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvk_icd.h169 xcb_window_t window; member
177 Window window; member
192 struct ANativeWindow *window; member
242 void *window; member
250 struct _screen_window *window; member
Dvulkan_vi.h30 void* window; member
Dvulkan_xlib.h31 Window window; member
Dvulkan_xcb.h31 xcb_window_t window; member
Dvulkan_screen.h31 struct _screen_window* window; member
/device/generic/vulkan-cereal/stream-servers/
Dgfxstream_unittest.cpp42 static std::unique_ptr<OSWindow> window; member in GfxStreamBackendTest
94 std::unique_ptr<OSWindow> GfxStreamBackendTest::window = nullptr; member in GfxStreamBackendTest
/device/generic/vulkan-cereal/stream-servers/vulkan/
DDisplaySurfaceVk.cpp29 FBNativeWindowType window) { in create()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXlib.h570 Window window; /* "event" window it is reported relative to */ member
588 Window window; /* "event" window it is reported relative to */ member
606 Window window; /* "event" window reported relative to */ member
623 Window window; /* "event" window reported relative to */ member
647 Window window; /* window of event */ member
666 Window window; member
675 Window window; member
709 Window window; member
719 Window window; /* window id of window created */ member
732 Window window; member
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED()
108 static int query(const ANativeWindow* window, int what, int* value) { in query()
129 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer()
134 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer()
140 static int cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBuffer()
DEglSurface.h78 ANativeWindow* window = nullptr; member
/device/generic/vulkan-cereal/stream-servers/tests/
DX11TestingSupport.cpp32 Window window; member
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DSettingsUtils.java87 FragmentFactory factory, Window window) { in SettingsPanelAnimation()

12