Searched defs:ClipPlaneParameters (Results 1 – 2 of 2) sorted by relevance
152 struct ClipPlaneParameters struct157 ClipPlaneParameters &operator=(const ClipPlaneParameters &other); argument159 bool enabled;160 angle::Vector4 equation;
55 ClipPlaneParameters::ClipPlaneParameters(bool enabled, const angle::Vector4 &equation) in ClipPlaneParameters() function in gl::ClipPlaneParameters