Home
last modified time | relevance | path

Searched refs:SurfaceImpl (Results 1 – 25 of 60) sorted by relevance

123

/external/angle/src/libANGLE/renderer/
DSurfaceImpl.cpp14 SurfaceImpl::SurfaceImpl(const egl::SurfaceState &state) : mState(state) {} in SurfaceImpl() function in rx::SurfaceImpl
16 SurfaceImpl::~SurfaceImpl() {} in ~SurfaceImpl()
18 egl::Error SurfaceImpl::makeCurrent(const gl::Context *context) in makeCurrent()
23 egl::Error SurfaceImpl::unMakeCurrent(const gl::Context *context) in unMakeCurrent()
28 egl::Error SurfaceImpl::swapWithDamage(const gl::Context *context, in swapWithDamage()
36 egl::Error SurfaceImpl::setPresentationTime(EGLnsecsANDROID time) in setPresentationTime()
42 void SurfaceImpl::setFixedWidth(EGLint width) in setFixedWidth()
47 void SurfaceImpl::setFixedHeight(EGLint height) in setFixedHeight()
52 void SurfaceImpl::setTimestampsEnabled(bool enabled) in setTimestampsEnabled()
57 const angle::Format *SurfaceImpl::getD3DTextureColorFormat() const in getD3DTextureColorFormat()
[all …]
DEGLImplFactory.h37 class SurfaceImpl; variable
46 virtual SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
49 virtual SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
51 virtual SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
55 virtual SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DSurfaceImpl.h46 class SurfaceImpl : public FramebufferAttachmentObjectImpl
49 SurfaceImpl(const egl::SurfaceState &surfaceState);
50 ~SurfaceImpl() override;
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h54 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
57 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
59 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
63 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DDisplayNULL.cpp150 SurfaceImpl *DisplayNULL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface()
157 SurfaceImpl *DisplayNULL::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface()
163 SurfaceImpl *DisplayNULL::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer()
171 SurfaceImpl *DisplayNULL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h44 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
47 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
49 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
53 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h92 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
95 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
97 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
101 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
154 virtual SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
DDisplayVk.cpp122 SurfaceImpl *DisplayVk::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface()
129 SurfaceImpl *DisplayVk::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface()
136 SurfaceImpl *DisplayVk::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer()
142 return static_cast<SurfaceImpl *>(0); in createPbufferFromClientBuffer()
145 SurfaceImpl *DisplayVk::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface()
150 return static_cast<SurfaceImpl *>(0); in createPixmapSurface()
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h55 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
58 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
60 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
64 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/tests/
Dangle_unittests_utils.h109 SurfaceImpl *(const egl::SurfaceState &,
113 SurfaceImpl *(const egl::SurfaceState &, const egl::AttributeMap &));
115 SurfaceImpl *(const egl::SurfaceState &,
120 SurfaceImpl *(const egl::SurfaceState &,
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h36 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
39 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
41 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
45 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h31 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
34 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
36 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
40 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
DDisplayD3D.cpp166 SurfaceImpl *DisplayD3D::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface()
174 SurfaceImpl *DisplayD3D::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface()
181 SurfaceImpl *DisplayD3D::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer()
190 SurfaceImpl *DisplayD3D::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h43 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
46 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
48 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
52 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h51 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
54 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
56 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
60 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/mac/
DDisplayVkMac.h25 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
28 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
DDisplayVkMac.mm32 SurfaceImpl *DisplayVkMac::createWindowSurfaceVk(const egl::SurfaceState &state,
39 SurfaceImpl *DisplayVkMac::createPbufferFromClientBuffer(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h58 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
61 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
63 SurfaceImpl *createPbufferFromClientBuffer(const egl::SurfaceState &state,
67 SurfaceImpl *createPixmapSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/
DSurface_unittest.cpp25 class MockSurfaceImpl : public rx::SurfaceImpl
28 MockSurfaceImpl() : SurfaceImpl(mockState), mockState(nullptr, egl::AttributeMap()) {} in MockSurfaceImpl()
/external/angle/src/libANGLE/renderer/vulkan/ggp/
DDisplayVkGGP.h24 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/fuchsia/
DDisplayVkFuchsia.h25 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h106 SurfaceImpl *createWindowSurface(const egl::SurfaceState &state,
109 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/display/
DDisplayVkSimple.h27 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/headless/
DDisplayVkHeadless.h27 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/external/angle/src/libANGLE/renderer/vulkan/null/
DDisplayVkNull.h27 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,

123