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

  /external/dnsmasq/contrib/dnslist/
dnslist.pl 79 sub check_state { subroutine
82 print "check_state: state file has been changed.\n";
90 print "check_state: reading state file at startup.\n";
257 if (check_state()) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom.c 89 static GLboolean check_state( const struct st_state_flags *a, function
202 if (check_state(state, &atom->dirty)) {
214 assert(!check_state(&examined, &generated));
222 if (check_state(state, &atoms[i]->dirty))
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 89 static GLboolean check_state( const struct st_state_flags *a, function
202 if (check_state(state, &atom->dirty)) {
214 assert(!check_state(&examined, &generated));
222 if (check_state(state, &atoms[i]->dirty))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state.c 99 static unsigned check_state( unsigned a, function
150 if (check_state(*state, atoms[i]->dirty)) {
163 if (check_state(examined, generated)) {
175 if (check_state(*state, atoms[i]->dirty)) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 99 static unsigned check_state( unsigned a, function
150 if (check_state(*state, atoms[i]->dirty)) {
163 if (check_state(examined, generated)) {
175 if (check_state(*state, atoms[i]->dirty)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 293 static GLuint check_state( const struct brw_state_flags *a, function
480 if (check_state(state, &atom->dirty)) {
491 assert(!check_state(&examined, &generated));
499 if (check_state(state, &atom->dirty)) {
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 103 static void check_state(skiatest::Reporter* reporter, function
166 check_state(reporter, cache, clip1, texture1, bound1);
189 check_state(reporter, cache, clip2, texture2, bound2);
199 check_state(reporter, cache, clip1, texture1, bound1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 293 static GLuint check_state( const struct brw_state_flags *a, function
480 if (check_state(state, &atom->dirty)) {
491 assert(!check_state(&examined, &generated));
499 if (check_state(state, &atom->dirty)) {
  /external/skia/tests/
ClipCacheTest.cpp 103 static void check_state(skiatest::Reporter* reporter, function
166 check_state(reporter, cache, clip1, texture1, bound1);
191 check_state(reporter, cache, clip2, texture2, bound2);
203 check_state(reporter, cache, clip1, texture1, bound1);
  /external/libpng/contrib/libtests/
tarith.c 312 checkfp_state check_state; /* Current number state */ member in struct:__anon29236
337 if (c.check_state != exponent && isdigit(ch) && ch != '0')
340 if (c.check_state == start && c.at_start && ch == '-')
431 state_characters[c.check_state].tests);
435 else if (((ch == '+' || ch == '-') && c.check_state != fraction &&
437 (ch == '.' && c.check_state == start) ||
439 c.check_state != exponent))
448 if (number_is_valid && (c.check_state != start || ch != '.'))
461 if (c.check_state == start && ch == '.')
463 c.check_state = fraction
    [all...]

Completed in 2842 milliseconds