Home
last modified time | relevance | path

Searched defs:createPixmapSurface (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp155 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayNULL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp140 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayVk
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp180 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayD3D
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp425 SurfaceImpl *DisplayGLX::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayGLX
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp328 SurfaceImpl *DisplayEGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayEGL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp457 SurfaceImpl *DisplayWGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() function in rx::DisplayWGL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DDisplay.cpp1015 Error Display::createPixmapSurface(const Config *configuration, in createPixmapSurface() function in egl::Display