Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dscoped_binders.h124 class GL_EXPORT ScopedViewport {
126 ScopedViewport(int x, int y, int width, int height);
127 ~ScopedViewport();
132 DISALLOW_COPY_AND_ASSIGN(ScopedViewport);
H A Dscoped_binders.cc188 ScopedViewport::ScopedViewport(int x, int y, int width, int height) { in ScopedViewport() function in gl::ScopedViewport
193 ScopedViewport::~ScopedViewport() { in ~ScopedViewport()
H A Dyuv_to_rgb_converter.cc243 ScopedViewport viewport(0, 0, size.width(), size.height()); in CopyYUV420ToRGB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dscoped_binders.h124 class GL_EXPORT ScopedViewport {
126 ScopedViewport(int x, int y, int width, int height);
127 ~ScopedViewport();
132 DISALLOW_COPY_AND_ASSIGN(ScopedViewport);
H A Dscoped_binders.cc188 ScopedViewport::ScopedViewport(int x, int y, int width, int height) { in ScopedViewport() function in gl::ScopedViewport
193 ScopedViewport::~ScopedViewport() { in ~ScopedViewport()
H A Dyuv_to_rgb_converter.cc281 ScopedViewport viewport(0, 0, size.width(), size.height()); in CopyYUV420ToRGB()