Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.h133 struct ClipPlaneParameters struct
138 ClipPlaneParameters &operator=(const ClipPlaneParameters &other); argument
140 bool enabled;
141 angle::Vector4 equation;
DGLES1State.cpp48 ClipPlaneParameters::ClipPlaneParameters(bool enabled, const angle::Vector4 &equation) in ClipPlaneParameters() function in gl::ClipPlaneParameters