Searched defs:Rectangle (Results 1 – 3 of 3) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | angletypes.h | 33 struct Rectangle struct 35 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() argument 36 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() function 49 Rectangle flip(bool flipX, bool flipY) const; argument 62 bool operator==(const Rectangle &a, const Rectangle &b); argument
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | packed_gl_enums.json | 189 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string 202 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
|
D | PackedGLEnums_autogen.h | 511 Rectangle = 6, enumerator 538 Rectangle = 6, enumerator
|