HomeSort by relevance Sort by last modified time
    Searched refs:newstate (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixel.h 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate)
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
matrix.h 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
  /external/mesa3d/src/mesa/main/
pixel.h 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate)
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
matrix.h 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
  /external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
SDL_sysjoystick.c 121 int newstate = regs.r[0]; local
123 if (newstate != oldstate)
125 if ((newstate & 0xFF) != (oldstate & 0xFF))
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00))
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000))
153 joystick->hwdata->joystate = newstate;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 123 for i, newstate in arcs:
129 self.shift(type, value, newstate, context)
131 state = newstate
147 self.push(t, self.grammar.dfas[t], newstate, context)
175 def shift(self, type, value, newstate, context):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 123 for i, newstate in arcs:
129 self.shift(type, value, newstate, context)
131 state = newstate
147 self.push(t, self.grammar.dfas[t], newstate, context)
175 def shift(self, type, value, newstate, context):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /external/chromium_org/third_party/webrtc/base/
task.cc 195 int newstate = STATE_ERROR; local
199 newstate = OnTimeout();
204 newstate = STATE_START;
207 newstate = ProcessStart();
210 newstate = ProcessResponse();
214 newstate = STATE_BLOCKED;
219 return newstate;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 10 chrome.idle.onStateChanged.addListener(function(newstate) {
15 history_log.unshift({'state':newstate, 'time':time});
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1627 re_dfastate_t *newstate; local
1677 re_dfastate_t *newstate; local
    [all...]
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 654 unsigned int newstate[4]; local
682 unsigned int newstate[6]; local
718 unsigned int newstate[8]; local
772 unsigned int newstate[4]; local
800 unsigned int newstate[6]; local
836 unsigned int newstate[8]; local
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 259 int newstate = statemachine[state][input]; local
262 if (state != newstate) {
263 switch (newstate) {
301 state = newstate;
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 755 set newstate [expr {[string is alnum $char] || $char eq "_"}]
756 if {$newstate && !$state} {
759 if {!$newstate && $state} {
763 set state $newstate
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 488 #define SCTP_SET_STATE(asoc, newstate) ((asoc)->state = ((asoc)->state & ~SCTP_STATE_MASK) | newstate)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 44 enum gas_parser_state newstate; member in struct:dir_lookup
196 parser_gas->state = dir->newstate;
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 83 #define CHANGE_STATE(newstate) \
87 << " to " << StateToString(newstate) << "\n"; \
91 state_ = newstate; \
94 #define CHANGE_STATE(newstate) \
99 state_ = newstate; \
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 1598 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/libxml2/
xmlregexp.c 1602 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 4653 struct state *newstate; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 791 milliseconds