HomeSort by relevance Sort by last modified time
    Searched refs:InitialState (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/
GrReducedClip.h 18 enum InitialState {
29 * initialState. Optionally, the caller can request a tighter bounds on the
44 InitialState* initialState,
GrClipMaskManager.h 119 GrReducedClip::InitialState initialState,
127 GrReducedClip::InitialState initialState,
134 GrReducedClip::InitialState initialState,
GrReducedClip.cpp 16 GrReducedClip::InitialState* initialState,
24 static const GrReducedClip::InitialState kUnknown_InitialState =
25 static_cast<GrReducedClip::InitialState>(-1);
26 *initialState = kUnknown_InitialState;
35 while ((kUnknown_InitialState == *initialState)) {
38 *initialState = GrReducedClip::kAllIn_InitialState;
42 *initialState = GrReducedClip::kAllOut_InitialState;
46 *initialState = GrReducedClip::kAllIn_InitialState;
61 *initialState = GrReducedClip::kAllOut_InitialState
    [all...]
GrClipMaskManager.cpp 332 GrReducedClip::InitialState initialState = GrReducedClip::kAllIn_InitialState;
385 &initialState,
389 if (GrReducedClip::kAllIn_InitialState == initialState) {
446 initialState,
452 initialState,
476 initialState,
612 GrReducedClip::InitialState initialState,
641 GrReducedClip::kAllIn_InitialState == initialState ? 0xffffffff : 0x00000000
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 107 mInitialState = new InitialState();
167 class InitialState extends State {
  /external/libweave/src/notification/
xmpp_stream_parser_unittest.cc 81 TEST_F(XmppStreamParserTest, InitialState) {
  /external/skia/tests/
ClipStackTest.cpp 965 GrReducedClip::InitialState initial;
    [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 676 /// \brief Analyze the entire solution space starting from \p InitialState.
680 /// find the shortest path (the one with lowest penalty) from \p InitialState
684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) {
694 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr);
735 reconstructPath(InitialState, Queue.top().second);
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java     [all...]
  /external/skia/src/utils/
SkLua.cpp 638 GrReducedClip::InitialState initialState;
648 &initialState,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 593 milliseconds