Home
last modified time | relevance | path

Searched refs:FakeGLImageNativePixmap (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/gpu/
H A Dwayland_surface_factory_unittest.cc43 class FakeGLImageNativePixmap : public gl::GLImageEGL { class
45 FakeGLImageNativePixmap(scoped_refptr<gfx::NativePixmap> pixmap, in FakeGLImageNativePixmap() function in ui::__anon3a6ae81c0111::FakeGLImageNativePixmap
91 ~FakeGLImageNativePixmap() override {} in ~FakeGLImageNativePixmap()
134 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images, in FinishSwapBuffersAsync()
223 std::vector<scoped_refptr<FakeGLImageNativePixmap>> fake_gl_image; in TEST_P()
264 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images; in TEST_P()
480 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images; in TEST_P()
543 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images; in TEST_P()
605 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images; in TEST_P()
740 std::vector<scoped_refptr<FakeGLImageNativePixmap>> gl_images; in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/gpu/
H A Dwayland_surface_factory_unittest.cc41 class FakeGLImageNativePixmap : public gl::GLImageEGL { class
43 FakeGLImageNativePixmap(scoped_refptr<gfx::NativePixmap> pixmap, in FakeGLImageNativePixmap() function in ui::__anonf67361570111::FakeGLImageNativePixmap
86 ~FakeGLImageNativePixmap() override {} in ~FakeGLImageNativePixmap()
128 scoped_refptr<FakeGLImageNativePixmap> gl_image, in FinishSwapBuffersAsync()
159 scoped_refptr<FakeGLImageNativePixmap> displayed_image_;
216 std::vector<scoped_refptr<FakeGLImageNativePixmap>> fake_gl_image; in TEST_P()
221 fake_gl_image.push_back(base::MakeRefCounted<FakeGLImageNativePixmap>( in TEST_P()