/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | ANativeWindow.cpp | 23 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 …]
|
D | AndroidWindow.cpp | 213 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 …]
|
D | AndroidWindow.h | 30 static AndroidWindow* getSelf(ANativeWindow* window) { in getSelf() 34 static const AndroidWindow* getSelfConst(const ANativeWindow* window) { in getSelfConst()
|
D | libgui_unittest.cpp | 34 auto window = android::base::makeCustomScopedPtr( in TEST() local 59 auto window = android::base::makeCustomScopedPtr( in TEST() local
|
D | SurfaceFlinger.cpp | 55 void SurfaceFlinger::connectWindow(AndroidWindow* window) { in connectWindow()
|
D | AndroidWindowBuffer.cpp | 33 AndroidWindowBuffer::AndroidWindowBuffer(AndroidWindow* window, in AndroidWindowBuffer()
|
/device/generic/vulkan-cereal/fake-android-guest/system/ |
D | window.h | 500 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/ |
D | swapchain.cpp | 185 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/ |
D | xtestext1.h | 69 Window window; member 81 Window window; member
|
D | Xfixes.h | 66 Window window; member 79 Window window; member 281 Window window; member
|
D | shape.h | 41 Window window; /* window of event */ member
|
D | XInput.h | 205 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
|
D | Xdbe.h | 68 Window window; /* window that buffer belongs to */ member
|
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
D | vk_icd.h | 169 xcb_window_t window; member 177 Window window; member 192 struct ANativeWindow *window; member 242 void *window; member 250 struct _screen_window *window; member
|
D | vulkan_vi.h | 30 void* window; member
|
D | vulkan_xlib.h | 31 Window window; member
|
D | vulkan_xcb.h | 31 xcb_window_t window; member
|
D | vulkan_screen.h | 31 struct _screen_window* window; member
|
/device/generic/vulkan-cereal/stream-servers/ |
D | gfxstream_unittest.cpp | 42 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/ |
D | DisplaySurfaceVk.cpp | 29 FBNativeWindowType window) { in create()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
D | Xlib.h | 570 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/ |
D | RenderControl.cpp | 90 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()
|
D | EglSurface.h | 78 ANativeWindow* window = nullptr; member
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | X11TestingSupport.cpp | 32 Window window; member
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | SettingsUtils.java | 87 FragmentFactory factory, Window window) { in SettingsPanelAnimation()
|