Searched defs:Extents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h70 struct Extents struct in namespace:gl
76 Extents() : width(0), height(0), depth(0) { } function in struct:gl::Extents
77 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) { } function in struct:gl::Extents

Completed in 76 milliseconds