Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes.h100 struct Box struct
102 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() argument
103 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() function
106 Box(const Offset &offset, const Extents &size) in Box() function
118 int x;
119 int y;
120 int z;
121 int width;
122 int height;
123 int depth;
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXregion.h53 } Box, BOX, BoxRec, *BoxPtr; typedef