Searched refs:threshold_min (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/output/
H A Dshader_unittest.cc23 int threshold_min; local
29 threshold_min = 0;
31 &stub_gl, &threshold_cache, threshold_min, closePoint));
33 &stub_gl, &threshold_cache, threshold_min, smallSize));
35 &stub_gl, &threshold_cache, threshold_min, farPoint));
37 &stub_gl, &threshold_cache, threshold_min, bigSize));
39 threshold_min = 3000;
41 &stub_gl, &threshold_cache, threshold_min, closePoint));
43 &stub_gl, &threshold_cache, threshold_min, smallSize));
45 &stub_gl, &threshold_cache, threshold_min, farPoin
[all...]

Completed in 75 milliseconds