Searched refs:prev_state (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h135 void ContextState::InitCapabilities(const ContextState* prev_state) const {
136 if (prev_state) {
137 if (prev_state->enable_flags.cached_blend != enable_flags.cached_blend)
139 if (prev_state->enable_flags.cached_cull_face !=
142 if (prev_state->enable_flags.cached_depth_test !=
145 if (prev_state->enable_flags.cached_dither != enable_flags.cached_dither)
147 if (prev_state->enable_flags.cached_polygon_offset_fill !=
151 if (prev_state->enable_flags.cached_sample_alpha_to_coverage !=
155 if (prev_state->enable_flags.cached_sample_coverage !=
158 if (prev_state
[all...]
H A Dgles2_cmd_decoder_unittest_context_state.cc164 ContextState prev_state(NULL, NULL, NULL);
165 InitializeContextState(&prev_state, std::numeric_limits<uint32>::max(), 0);
170 // state and the |prev_state|.
177 GetDecoder()->RestoreAllTextureUnitBindings(&prev_state);
188 ContextState prev_state(NULL, NULL, NULL);
189 InitializeContextState(&prev_state, std::numeric_limits<uint32>::max(), 0);
194 // state and the |prev_state|.
201 GetDecoder()->RestoreAllTextureUnitBindings(&prev_state);
219 ContextState prev_state(NULL, NULL, NULL);
220 InitializeContextState(&prev_state, st
[all...]
H A Dgl_state_restorer_impl.cc24 void GLStateRestorerImpl::RestoreState(const gfx::GLStateRestorer* prev_state) { argument
27 static_cast<const GLStateRestorerImpl*>(prev_state);
H A Dcontext_state.cc109 GLuint unit, const ContextState* prev_state) const {
122 if (prev_state) {
123 const TextureUnit& prev_unit = prev_state->texture_units[unit];
178 const ContextState* prev_state) const {
181 RestoreTextureUnitBindings(ii, prev_state);
276 void ContextState::RestoreGlobalState(const ContextState* prev_state) const {
277 InitCapabilities(prev_state);
278 InitState(prev_state);
281 void ContextState::RestoreState(const ContextState* prev_state) { argument
282 RestoreAllTextureUnitBindings(prev_state);
[all...]
H A Dcontext_state.h108 void RestoreState(const ContextState* prev_state);
109 void InitCapabilities(const ContextState* prev_state) const;
110 void InitState(const ContextState* prev_state) const;
113 void RestoreAllTextureUnitBindings(const ContextState* prev_state) const;
120 void RestoreGlobalState(const ContextState* prev_state) const;
124 GLuint unit, const ContextState* prev_state) const;
H A Dgl_state_restorer_impl.h28 virtual void RestoreState(const gfx::GLStateRestorer* prev_state) OVERRIDE;
H A Dgles2_cmd_decoder.h144 virtual void RestoreState(const ContextState* prev_state) = 0;
149 const ContextState* prev_state) const = 0;
H A Dgles2_cmd_decoder_mock.h63 MOCK_METHOD1(RestoreState, void(const ContextState* prev_state));
H A Dgles2_cmd_decoder.cc600 virtual void RestoreState(const ContextState* prev_state) OVERRIDE;
606 const ContextState* prev_state) const OVERRIDE {
607 state_.RestoreAllTextureUnitBindings(prev_state);
4053 void GLES2DecoderImpl::RestoreState(const ContextState* prev_state) { argument
4060 state_.RestoreState(prev_state);
/external/chromium_org/ui/gl/
H A Dgl_state_restorer.h21 virtual void RestoreState(const GLStateRestorer* prev_state) = 0;
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller.cc46 GoogleServiceAuthError::State prev_state = auth_error_.state(); local
68 if (error.state() == prev_state && account_id == prev_account_id) {
86 if (!error_changed && prev_state != GoogleServiceAuthError::NONE) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py102 def sched_switch(self, prev, prev_state, next):
105 if taskState(prev_state) == "R" and next in self.tasks \
109 if taskState(prev_state) != "R":
114 if taskState(prev_state) != "R":
116 elif taskState(prev_state) == "R":
177 def sched_switch(self, ts_list, prev, prev_state, next, cpu):
179 new_rq = old_rq.sched_switch(prev, prev_state, next)
331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
420 prev_comm, prev_pid, prev_prio, prev_state,
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc101 State prev_state = state_;
106 if (prev_state == MODEL_STARTING) {
/external/chromium_org/components/sync_driver/
H A Dui_data_type_controller.cc261 State prev_state = state_;
271 if (prev_state == MODEL_STARTING) {
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.c500 enum cp_states prev_state; local
504 prev_state = sm->CP_state;
506 if (prev_state == sm->CP_state)
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c500 enum cp_states prev_state; local
504 prev_state = sm->CP_state;
506 if (prev_state == sm->CP_state)
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c500 enum cp_states prev_state; local
504 prev_state = sm->CP_state;
506 if (prev_state == sm->CP_state)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c608 enum wpa_states prev_state; local
675 prev_state = wpa_s->wpa_state;
982 if (prev_state != wpa_s->wpa_state)
983 wpa_supplicant_set_state(wpa_s, prev_state);
1079 enum wpa_states prev_state; local
1151 prev_state = wpa_s->wpa_state;
1282 if (prev_state != wpa_s->wpa_state)
1283 wpa_supplicant_set_state(wpa_s, prev_state);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c694 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); local
726 add_sched_event_sleep(sched, prev, timestamp, prev_state);
847 static char sched_out_state(u64 prev_state) argument
851 return str[prev_state];
928 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); local
962 if (add_sched_out_event(out_events, sched_out_state(prev_state), timestamp))
H A Dbuiltin-timechart.c339 long prev_state; /* Arjan weeps. */ member in struct:sched_switch
459 if (sw->prev_state & 2)
461 if (sw->prev_state == 0)
/external/chromium-trace/
H A Dscript.js126 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("sched_switch",d.prototype.schedSwitchEvent.bind(this));a.registerEventHandler("sched_wakeup",d.prototype.schedWakeupEvent.bind(this))}var b=tracing.importer.linux_perf.Parser,a={},c=/prev_comm=(.+) prev_pid=(\d+) prev_prio=(\d+) prev_state=(\S\+?|\S\|\S) ==> next_comm=(.+) next_pid=(\d+) next_prio=(\d+)/;a.schedSwitchRE=c;var e=/comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;

Completed in 475 milliseconds