/device/generic/vulkan-cereal/stream-servers/testlibs/ |
D | OSWindow.cpp | 191 std::cout << "Event: Window Resized (" << event.Size.Width in PrintEvent() 192 << ", " << event.Size.Height << ")" << std::endl; in PrintEvent() 300 mWidth = event.Size.Width; in pushEvent() 301 mHeight = event.Size.Height; in pushEvent()
|
D | Event.h | 79 SizeEvent Size; // Size event parameters member
|
/device/generic/vulkan-cereal/include/render-utils/ |
D | Renderer.h | 41 } Size; typedef 48 Size size;
|
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
D | type_vec4.inl | 82 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 91 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 100 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 109 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 118 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 127 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 136 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned> 145 template <typename T, precision P, int IsInt, std::size_t Size, bool Aligned>
|
/device/google/cuttlefish/host/libs/confui/ |
D | host_renderer.h | 48 auto Size() const { return teeui_frame_.size(); } in Size() function
|
/device/generic/goldfish-opengl/android-emu/aemu/base/ |
D | Optional.h | 123 template <size_t Size, size_t Align> 126 using StoreT = typename std::aligned_storage<Size, Align>::type;
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | screen_connector_queue.h | 48 auto Size() const { in Size() function
|
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/ |
D | X11Window.cpp | 543 event.Size.Width = xEvent.xconfigure.width; in processEvent() 544 event.Size.Height = xEvent.xconfigure.height; in processEvent()
|
/device/generic/vulkan-cereal/stream-servers/testlibs/windows/win32/ |
D | Win32Window.cpp | 292 event.Size.Width = botRight.x - topLeft.x; in WndProc() 293 event.Size.Height = botRight.y - topLeft.y; in WndProc()
|
/device/google/cuttlefish/host/libs/web/ |
D | build_api.h | 40 size_t Size() const { return size_; } in Size() function
|
/device/google/cuttlefish/host/libs/wmediumd_controller/ |
D | wmediumd_api_protocol.h | 182 size_t Size() const { return data_.size(); } in Size() function
|
D | wmediumd_api_protocol.cpp | 184 size_t dataSize = reply.Size(); in Parse()
|
/device/generic/vulkan-cereal/stream-servers/testlibs/osx/ |
D | OSXWindow.mm | 131 event.Size.Width = windowSize.width; 132 event.Size.Height = windowSize.height;
|
/device/google/cuttlefish/host/commands/cvd/proto/ |
D | user_config.proto | 44 // Size of extra data disk.
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 564 // Size of the cache for thread time_in_state cpu freq values. 692 // Size of the shared memory buffer between the profiled processes and 903 // Size (in 4k pages) of each per-cpu ring buffer that is filled by the 1895 // Size of the circular buffer in bytes. 7388 // Size of the node in bytes, used to compute the effective size of the 7725 // Size of objects of this type.
|