Searched defs:use_mrt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc192 bool use_mrt);
1306 bool use_mrt) {
1321 if (max_draw_buffers_ >= 2 && use_mrt) {
1352 bool use_mrt) {
1360 use_mrt);
1299 CreateReadbackPipelineYUV( GLHelper::ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, bool use_mrt) argument
1345 CreateReadbackPipelineYUV( ScalerQuality quality, const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, const gfx::Rect& dst_subrect, bool flip_vertically, bool use_mrt) argument
H A Dgl_helper_unittest.cc1313 bool use_mrt,
1383 use_mrt));
1783 for (int use_mrt = 0; use_mrt <= 1; use_mrt++) {
1805 use_mrt == 1,
1305 TestYUVReadback(int xsize, int ysize, int output_xsize, int output_ysize, int xmargin, int ymargin, int test_pattern, bool flip, bool use_mrt, content::GLHelper::ScalerQuality quality) argument

Completed in 233 milliseconds