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

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1283 void CheckPipeline2(int xsize, function in class:content::GLHelperTest
1309 CheckPipeline2(1024, 768, 2000, 2000, "1024x768 -> 2000x2000 bilinear\n");
1314 CheckPipeline2(1024, 768, 512, 2000, "1024x768 -> 512x2000 bilinear\n");
1319 CheckPipeline2(1024, 768, 2000, 384, "1024x768 -> 2000x384 bilinear\n");
1324 CheckPipeline2(1024, 768, 2000, 384, "1024x768 -> 512x384 bilinear\n");
1330 CheckPipeline2(100, 100, 50, 60, "100x100 -> 50x60 bilinear2 Y\n");
1336 CheckPipeline2(100, 100, 50, 60, "100x100 -> 60x50 bilinear2 X\n");
1343 CheckPipeline2(100, 100, 60, 60, "100x100 -> 60x60 bilinear2x2\n");
1348 CheckPipeline2(100,
1359 CheckPipeline2(10
[all...]

Completed in 67 milliseconds