/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 229 void st_invalidate_state(struct gl_context * ctx, GLuint new_state);
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.h | 144 extern void _tnl_invalidate_vertex_state( struct gl_context *ctx, GLuint new_state );
|
t_vertex.c | 270 void _tnl_invalidate_vertex_state( struct gl_context *ctx, GLuint new_state ) 273 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) {
|
/external/mesa3d/src/mesa/vbo/ |
vbo.h | 72 void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state );
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.c | 396 * @new_state: new state wpa_supplicant is entering 403 enum wpa_states new_state, 421 if (new_state == old_state) 435 new_state_str = wpa_supplicant_state_txt(new_state);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
FlexLexer.h | 157 void yy_push_state( int new_state );
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 814 StateInternal new_state; local 837 if (!new_state.AppendData(header.add_prefix_count, header.sub_prefix_count, 845 new_state.SortData(); 923 StateInternalPos new_pos = new_state.StateBegin(); 962 StateInternalPos new_end = new_state.ShardEnd(new_pos, process_max); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 116 osmesa_update_state( struct gl_context *ctx, GLuint new_state ) 119 _swrast_InvalidateState( ctx, new_state ); 120 _swsetup_InvalidateState( ctx, new_state ); 121 _tnl_InvalidateState( ctx, new_state ); 122 _vbo_InvalidateState( ctx, new_state ); [all...] |
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 116 osmesa_update_state( struct gl_context *ctx, GLuint new_state ) 119 _swrast_InvalidateState( ctx, new_state ); 120 _swsetup_InvalidateState( ctx, new_state ); 121 _tnl_InvalidateState( ctx, new_state ); 122 _vbo_InvalidateState( ctx, new_state ); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnection_unittest.cc | 433 webrtc::PeerConnectionInterface::SignalingState new_state) { 434 EXPECT_EQ(peer_connection_->signaling_state(), new_state); 448 webrtc::PeerConnectionInterface::IceConnectionState new_state) { 449 EXPECT_EQ(peer_connection_->ice_connection_state(), new_state); 452 webrtc::PeerConnectionInterface::IceGatheringState new_state) { 453 EXPECT_EQ(peer_connection_->ice_gathering_state(), new_state); [all...] |
/art/runtime/ |
indirect_reference_table.h | 342 void SetSegmentState(uint32_t new_state) { 343 segment_state_.all = new_state;
|
thread.h | 187 ThreadState SetState(ThreadState new_state); 224 void TransitionFromRunnableToSuspended(ThreadState new_state) 871 ThreadState SetStateUnsafe(ThreadState new_state) { 873 tls32_.state_and_flags.as_struct.state = new_state; [all...] |
/art/runtime/jdwp/ |
jdwp_main.cc | 102 void JdwpNetStateBase::SetAwaitingHandshake(bool new_state) { 103 awaiting_handshake_ = new_state;
|
/external/chromium_org/ash/wm/ |
window_state.cc | 253 scoped_ptr<WindowState::State> new_state) { 256 current_state_ = new_state.Pass();
|
/external/chromium_org/net/websockets/ |
websocket_channel.h | 220 // Sets |state_| to |new_state| and updates UMA if necessary. 221 void SetState(State new_state);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pixel.c | 646 void _mesa_update_pixel( struct gl_context *ctx, GLuint new_state ) 648 if (new_state & _NEW_PIXEL)
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex.c | 270 void _tnl_invalidate_vertex_state( struct gl_context *ctx, GLuint new_state ) 273 if (new_state & (_NEW_LIGHT | _NEW_POLYGON) ) {
|
/external/chromium_org/ui/views/controls/scrollbar/ |
base_scroll_bar.cc | 120 CustomButton::ButtonState new_state) { 122 new_state == CustomButton::STATE_NORMAL &&
|
/external/chromium_org/v8/src/ic/ |
ic.h | 152 State new_state); 164 State old_state, State new_state,
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_discover.c | [all...] |
/external/lldb/tools/debugserver/source/MacOSX/ |
MachProcess.cpp | 261 MachProcess::SetState(nub_state_t new_state) 273 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new state since current state is exited", DNBStateAsString(new_state)); 275 else if (old_state == new_state) 277 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring redundant state change...", DNBStateAsString(new_state)); 281 if (NUB_STATE_IS_STOPPED(new_state)) 286 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous state was %s), event_mask = 0x%8.8x", DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask); 288 m_state = new_state; 289 if (new_state == eStateStopped) [all...] |
/external/mesa3d/src/mesa/main/ |
pixel.c | 646 void _mesa_update_pixel( struct gl_context *ctx, GLuint new_state ) 648 if (new_state & _NEW_PIXEL)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.c | 1483 re_dfastate_t *new_state; local 1531 re_dfastate_t *new_state; local [all...] |
/external/lldb/source/Target/ |
Process.cpp | [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_reloader.h | 136 void SetState(State new_state);
|