Searched refs:StateBits (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.h243 enum StateBits { enum in class:GrRODrawState
/external/skia/src/gpu/
H A DGrDrawState.h719 enum StateBits { enum in class:GrDrawState
762 * @param stateBits bitfield of StateBits specifying the states to enable
771 * @param stateBits bitfield of StateBits specifying the states to disable
780 * @param stateBits bitfield of StateBits to enable or disable
/external/chromium_org/v8/src/
H A Dcode-stubs.h1259 RightStateBits::encode(right) | StateBits::encode(state);
1276 CompareICState::State state() const { return StateBits::decode(minor_key_); }
1303 class StateBits : public BitField<CompareICState::State, 11, 4> {}; class in class:CompareICStub

Completed in 136 milliseconds