HomeSort by relevance Sort by last modified time
    Searched defs:TriState (Results 1 - 4 of 4) sorted by null

  /external/desugar/java/com/google/devtools/common/options/
TriState.java 19 public enum TriState {
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
TriState.h 24 class TriState {
27 TriState() : mIsSet(false) { }
28 TriState(const TriState<T> &other) : mIsSet(other.mIsSet), mValue(other.mValue) { }
29 explicit TriState(const T &value) : mIsSet(true), mValue(value) { }
49 TriState<T>& operator=(const TriState<T> &other) {
55 TriState<T>& operator=(const T& value) {
61 TriState<T>& operator++() {
68 TriState<T> operator++(int)
    [all...]
  /external/skia/include/views/
SkOSMenu.h 31 * TriState : TriState
44 enum TriState {
74 void setTriState(TriState value) const; //For Tristate
139 SkEventSinkID target, TriState defaultState = kOffState);
170 static bool FindTriState(const SkEvent& evt, const char slotName[], TriState* value);
  /external/skia/src/gpu/gl/
GrGLGpu.h 417 enum TriState {
430 TriState fEnabled;
554 TriState fEnabled;
565 TriState fMSAAEnabled;
568 TriState fHWStencilTestEnabled;
571 TriState fHWWriteToColor;
573 TriState fHWSRGBFramebuffer;
598 TriState fHWRasterMultisampleEnabled;

Completed in 231 milliseconds