Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/testlibs/
DOSWindow.cpp191 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()
DEvent.h79 SizeEvent Size; // Size event parameters member
/device/generic/vulkan-cereal/include/render-utils/
DRenderer.h41 } Size; typedef
48 Size size;
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec4.inl82 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/
Dhost_renderer.h48 auto Size() const { return teeui_frame_.size(); } in Size() function
/device/generic/goldfish-opengl/android-emu/aemu/base/
DOptional.h123 template <size_t Size, size_t Align>
126 using StoreT = typename std::aligned_storage<Size, Align>::type;
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_queue.h48 auto Size() const { in Size() function
/device/generic/vulkan-cereal/stream-servers/testlibs/x11/
DX11Window.cpp543 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/
DWin32Window.cpp292 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/
Dbuild_api.h40 size_t Size() const { return size_; } in Size() function
/device/google/cuttlefish/host/libs/wmediumd_controller/
Dwmediumd_api_protocol.h182 size_t Size() const { return data_.size(); } in Size() function
Dwmediumd_api_protocol.cpp184 size_t dataSize = reply.Size(); in Parse()
/device/generic/vulkan-cereal/stream-servers/testlibs/osx/
DOSXWindow.mm131 event.Size.Width = windowSize.width;
132 event.Size.Height = windowSize.height;
/device/google/cuttlefish/host/commands/cvd/proto/
Duser_config.proto44 // Size of extra data disk.
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto564 // 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.