Searched defs:check_state (Results 1 - 10 of 10) sorted by relevance

/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl79 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/
H A Dst_atom.c89 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/
H A Dst_atom.c89 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/
H A Dsvga_state.c99 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/
H A Dbrw_state_upload.c293 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/
H A DClipCacheTest.cpp103 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/gallium/drivers/svga/
H A Dsvga_state.c99 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/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c293 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/
H A DClipCacheTest.cpp103 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/
H A Dtarith.c312 checkfp_state check_state; /* Current number state */ member in struct:__anon24625
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
[all...]

Completed in 1213 milliseconds