Home
last modified time | relevance | path

Searched refs:getUserWidth (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.cpp105 egl::Error SurfaceImpl::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth() function in rx::SurfaceImpl
DSurfaceImpl.h91 virtual egl::Error getUserWidth(const egl::Display *display, EGLint *value) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp502 egl::Error Surface::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth() function in egl::Surface
511 return mImplementation->getUserWidth(display, value); in getUserWidth()
DSurface.h121 egl::Error getUserWidth(const egl::Display *display, EGLint *value) const;
Dqueryutils.cpp4273 ANGLE_TRY(surface->getUserWidth(display, value)); in QuerySurfaceAttrib()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.h215 egl::Error getUserWidth(const egl::Display *display, EGLint *value) const override;
DSurfaceVk.cpp1873 egl::Error WindowSurfaceVk::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth() function in rx::WindowSurfaceVk