Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1State.h152 struct ClipPlaneParameters struct
157 ClipPlaneParameters &operator=(const ClipPlaneParameters &other); argument
159 bool enabled;
160 angle::Vector4 equation;
H A DGLES1State.cpp55 ClipPlaneParameters::ClipPlaneParameters(bool enabled, const angle::Vector4 &equation) in ClipPlaneParameters() function in gl::ClipPlaneParameters