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

  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 179 void ContextState::InitState(const ContextState* prev_state) const {
    [all...]
gles2_cmd_decoder_unittest_base.cc 45 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()
145 void GLES2DecoderTestBase::InitDecoder(const InitState& init) {
150 const InitState& init,
152 InitState normalized_init = init;
    [all...]
gles2_cmd_decoder_unittest_base.h 154 struct InitState {
155 InitState();
170 void InitDecoder(const InitState& init);
171 void InitDecoderWithCommandLine(const InitState& init,
  /external/openfst/src/include/fst/
topsort.h 54 bool InitState(StateId s, StateId r) { return true; }
state-reachable.h 65 bool InitState(StateId s, StateId r) {
visit.h 49 // 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) {
260 bool InitState(StateId s, StateId root) {
connect.h 61 bool InitState(StateId s, StateId root) {
142 bool InitState(StateId s, StateId root);
228 bool SccVisitor<A>::InitState(StateId s, StateId root) {
minimize.h 338 bool InitState(StateId s, StateId root) {
randgen.h 624 bool InitState(StateId s, StateId root) { return true; }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
topsort.h 49 bool InitState(StateId s, StateId r) { return true; }
connect.h 74 bool InitState(StateId s, StateId root) {
minimize.h 325 bool InitState(StateId s, StateId root) {
  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 185 void InitState(State& state,
726 InitState(state, event_time, position.x, position.y);
746 void IntegratingVelocityTrackerStrategy::InitState(State& state,
  /external/chromium_org/base/third_party/symbolize/
demangle.cc 187 static void InitState(State *state, const char *mangled,
    [all...]

Completed in 437 milliseconds