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

  /external/skia/tests/
ClipCacheTest.cpp 104 static void check_state(skiatest::Reporter* reporter, function
138 check_state(reporter, cache, emptyClip, NULL, emptyBound);
161 check_state(reporter, cache, clip1, texture1, bound1);
168 check_state(reporter, cache, emptyClip, NULL, emptyBound);
186 check_state(reporter, cache, clip2, texture2, bound2);
198 check_state(reporter, cache, clip1, texture1, bound1);
206 check_state(reporter, cache, emptyClip, NULL, emptyBound);
216 check_state(reporter, cache, emptyClip, NULL, emptyBound);
  /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/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/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/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/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/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/chromium_org/chrome/browser/extensions/
extension_prefs.h 578 // it matches |check_state|.
580 Extension::State check_state) const;
extension_prefs.cc     [all...]
  /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()) {

Completed in 123 milliseconds