Home
last modified time | relevance | path

Searched refs:allow_mrt_path (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/
H A Dgl_i420_converter_pixeltest.cc20 bool allow_mrt_path() const { return GetParam(); } in allow_mrt_path() function in viz::GLI420ConverterPixelTest
38 converter_.reset(new GLI420Converter(context_provider(), allow_mrt_path())); in SetUp()
H A Dgl_i420_converter.cc19 bool allow_mrt_path) in GLI420Converter() argument
25 if (!allow_mrt_path || step1_.GetMaxDrawBuffersSupported() < 2) { in GLI420Converter()
H A Dgl_i420_converter.h148 GLI420Converter(ContextProvider* context_provider, bool allow_mrt_path);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/
H A Dgl_i420_converter_pixeltest.cc20 bool allow_mrt_path() const { return GetParam(); } in allow_mrt_path() function in viz::GLI420ConverterPixelTest
38 converter_.reset(new GLI420Converter(context_provider(), allow_mrt_path())); in SetUp()
H A Dgl_i420_converter.cc19 bool allow_mrt_path) in GLI420Converter() argument
24 if (!allow_mrt_path || step1_.GetMaxDrawBuffersSupported() < 2) { in GLI420Converter()
H A Dgl_i420_converter.h149 bool allow_mrt_path);