Searched refs:InitState (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_extensions.cc23 InitState init;
H A Dgles2_cmd_decoder_unittest_context_state.cc102 InitState init;
131 InitState init;
156 InitState init;
181 InitState init;
205 InitState init;
236 InitState init;
275 InitState init;
308 InitState init;
345 InitState init;
394 InitState ini
[all...]
H A Dgles2_cmd_decoder_unittest_textures.cc133 InitState init;
642 InitState init;
680 InitState init;
838 InitState init;
915 InitState init;
933 InitState init;
963 InitState init;
980 InitState init;
1028 InitState init;
1060 InitState ini
[all...]
H A Dgles2_cmd_decoder_unittest_framebuffers.cc63 InitState init;
745 InitState init;
931 InitState init;
958 InitState init;
984 InitState init;
1011 InitState init;
1037 InitState init;
1064 InitState init;
1090 InitState init;
1132 InitState ini
[all...]
H A Dgles2_cmd_decoder_unittest.cc65 InitState init;
536 InitState init;
580 InitState init;
682 GLES2DecoderTestBase::InitState init;
869 InitState init;
973 InitState init;
1050 InitState init;
1063 InitState init;
1120 InitState init;
1147 InitState ini
[all...]
H A Dcontext_state.h110 void InitState(const ContextState* prev_state) const;
H A Dgles2_cmd_decoder_unittest_base.h154 struct InitState { struct in class:gpu::gles2::GLES2DecoderTestBase
155 InitState();
170 void InitDecoder(const InitState& init);
171 void InitDecoderWithCommandLine(const InitState& init,
H A Dgles2_cmd_decoder_unittest_async_pixel.cc58 InitState init;
320 InitState init;
H A Dgles2_cmd_decoder_unittest_drawing.cc62 InitState init;
388 InitState init;
441 InitState init;
493 InitState init;
547 InitState init;
599 InitState init;
627 InitState init;
654 InitState init;
743 InitState init;
860 InitState ini
[all...]
H A Dgles2_cmd_decoder_unittest_attribs.cc238 InitState init;
360 InitState init;
H A Dcontext_state.cc278 InitState(prev_state);
H A Dgles2_cmd_decoder_unittest_base.cc45 void NormalizeInitState(gpu::gles2::GLES2DecoderTestBase::InitState* init) {
74 // Make sure we don't set up an invalid InitState.
115 InitState init;
133 GLES2DecoderTestBase::InitState::InitState() function in class:gpu::gles2::GLES2DecoderTestBase::InitState
145 void GLES2DecoderTestBase::InitDecoder(const InitState& init) {
150 const InitState& init,
152 InitState normalized_init = init;
/external/openfst/src/include/fst/
H A Dvisit.h49 // bool InitState(StateId s, StateId root);
109 visit = visitor->InitState(root, root);
149 visit = visitor->InitState(arc.nextstate, root);
208 bool InitState(StateId s, StateId) { function in class:fst::CopyVisitor
260 bool InitState(StateId s, StateId root) { function in class:fst::PartialVisitor
H A Ddfs-visit.h53 // bool InitState(StateId s, StateId root);
123 dfs = visitor->InitState(root, root);
164 dfs = visitor->InitState(arc.nextstate, root);
H A Dtopsort.h54 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor
H A Dconnect.h61 bool InitState(StateId s, StateId root) { function in class:fst::CcVisitor
142 bool InitState(StateId s, StateId root);
228 bool SccVisitor<A>::InitState(StateId s, StateId root) { function in class:fst::SccVisitor
H A Dstate-reachable.h65 bool InitState(StateId s, StateId r) { function in class:fst::IntervalReachVisitor
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddfs-visit.h43 // bool InitState(StateId s, StateId root);
103 dfs = visitor->InitState(root, root);
136 dfs = visitor->InitState(arc.nextstate, root);
H A Dtopsort.h49 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor
H A Dconnect.h74 bool InitState(StateId s, StateId root) { function in class:fst::SccVisitor
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp165 ProgramStateRef InitState) {
193 if (!InitState)
197 generateNode(StartLoc, InitState, nullptr);
273 ProgramStateRef InitState,
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
164 ExecuteWorkList(const LocationContext *L, unsigned Steps, ProgramStateRef InitState) argument
271 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc185 void InitState(State& state,
726 InitState(state, event_time, position.x, position.y);
746 void IntegratingVelocityTrackerStrategy::InitState(State& state, function in class:IntegratingVelocityTrackerStrategy
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h128 ProgramStateRef InitState);
132 ProgramStateRef InitState,
H A DExprEngine.h117 ProgramStateRef InitState,
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
116 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc187 static void InitState(State *state, const char *mangled, function
1300 InitState(&state, mangled, out, out_size);

Completed in 343 milliseconds

12