HomeSort by relevance Sort by last modified time
    Searched full:new_state (Results 176 - 200 of 368) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface_unittest.cc 137 PeerConnectionInterface::SignalingState new_state) {
138 EXPECT_EQ(pc_->signaling_state(), new_state);
139 state_ = new_state;
175 PeerConnectionInterface::IceConnectionState new_state) {
176 EXPECT_EQ(pc_->ice_connection_state(), new_state);
179 PeerConnectionInterface::IceGatheringState new_state) {
180 EXPECT_EQ(pc_->ice_gathering_state(), new_state);
    [all...]
peerconnectionfactory_unittest.cc 90 PeerConnectionInterface::SignalingState new_state) {}
95 PeerConnectionInterface::IceConnectionState new_state) {}
97 PeerConnectionInterface::IceGatheringState new_state) {}
videosource.cc 462 void VideoSource::SetState(SourceState new_state) {
463 if (VERIFY(state_ != new_state)) {
464 state_ = new_state;
webrtcsession.h 86 PeerConnectionInterface::IceConnectionState new_state) {}
89 PeerConnectionInterface::IceGatheringState new_state) {}
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 977 * Called when the driver should update it's state, based on the new_state
980 static void wmesa_update_state(struct gl_context *ctx, GLuint new_state)
982 _swrast_InvalidateState(ctx, new_state);
983 _swsetup_InvalidateState(ctx, new_state);
984 _vbo_InvalidateState(ctx, new_state);
985 _tnl_InvalidateState(ctx, new_state);
991 if (new_state & _NEW_BUFFERS) {
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 977 * Called when the driver should update it's state, based on the new_state
980 static void wmesa_update_state(struct gl_context *ctx, GLuint new_state)
982 _swrast_InvalidateState(ctx, new_state);
983 _swsetup_InvalidateState(ctx, new_state);
984 _vbo_InvalidateState(ctx, new_state);
985 _tnl_InvalidateState(ctx, new_state);
991 if (new_state & _NEW_BUFFERS) {
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 411 int *new_state; local
418 new_state = (int *)(void *)arg_state;
419 type = (int)(new_state[0] % MAX_TYPES);
420 rear = (int)(new_state[0] / MAX_TYPES);
441 state = (int *) (new_state + 1);
  /external/chromium_org/third_party/jinja2/
lexer.py 620 for regex, tokens, new_state in statetokens:
696 if new_state is not None:
698 if new_state == '#pop':
701 elif new_state == '#bygroup':
713 stack.append(new_state)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 872 i830_invalidate_state(struct intel_context *intel, GLuint new_state)
876 _swsetup_InvalidateState(ctx, new_state);
877 _tnl_InvalidateState(ctx, new_state);
878 _tnl_invalidate_vertex_state(ctx, new_state);
880 if (new_state & _NEW_LIGHT)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 499 intelInvalidateState(struct gl_context * ctx, GLuint new_state)
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 611 update_state( struct gl_context *ctx, GLuint new_state )
614 _swrast_InvalidateState( ctx, new_state );
615 _swsetup_InvalidateState( ctx, new_state );
616 _vbo_InvalidateState( ctx, new_state );
617 _tnl_InvalidateState( ctx, new_state );
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 872 i830_invalidate_state(struct intel_context *intel, GLuint new_state)
876 _swsetup_InvalidateState(ctx, new_state);
877 _tnl_InvalidateState(ctx, new_state);
878 _tnl_invalidate_vertex_state(ctx, new_state);
880 if (new_state & _NEW_LIGHT)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 499 intelInvalidateState(struct gl_context * ctx, GLuint new_state)
504 _swrast_InvalidateState(ctx, new_state);
505 _vbo_InvalidateState(ctx, new_state);
507 intel->NewGLState |= new_state;
510 intel->vtbl.invalidate_state( intel, new_state );
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 611 update_state( struct gl_context *ctx, GLuint new_state )
614 _swrast_InvalidateState( ctx, new_state );
615 _swsetup_InvalidateState( ctx, new_state );
616 _vbo_InvalidateState( ctx, new_state );
617 _tnl_InvalidateState( ctx, new_state );
  /external/chromium_org/media/filters/
audio_renderer_impl.cc 682 void AudioRendererImpl::ChangeState_Locked(State new_state) {
683 DVLOG(1) << __FUNCTION__ << " : " << state_ << " -> " << new_state; local
685 state_ = new_state;
  /external/chromium_org/third_party/boringssl/src/ssl/
s23_srvr.c 149 int new_state,state; local
240 new_state=s->state;
243 s->state=new_state;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 64 enum eap_tnc_state new_state)
68 eap_tnc_state_txt(new_state));
69 data->state = new_state;
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 173 wm::WindowStateType new_state = local
175 UpdateWindow(window_state, new_state, true);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 234 PlanActivationState new_state,
248 PlanActivationState new_state,
mobile_activator_unittest.cc 92 MobileActivator::PlanActivationState new_state,
94 MobileActivator::ChangeState(network, new_state, error_description);
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.cc 248 const content::MediaRequestState new_state) {
271 switch (new_state) {
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.mm 282 Panel::ExpansionState old_state, Panel::ExpansionState new_state) {
283 [controller_ updateWindowLevel:(new_state != Panel::EXPANDED)];
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.h 217 void set_attempt_state(TestAttemptState* new_state) { // takes ownership.
218 current_state_.reset(new_state);
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics.cc 229 PeerConnectionInterface::IceConnectionState new_state) {
231 ice_state_ = new_state;
mock_peer_connection_dependency_factory.cc 328 bool MockWebRtcVideoTrack::set_state(TrackState new_state) {
329 state_ = new_state;

Completed in 729 milliseconds

1 2 3 4 5 6 78 91011>>