Searched refs:SurfaceD3D (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 27 SurfaceD3D::SurfaceD3D(const egl::SurfaceState &state, in SurfaceD3D() function in rx::SurfaceD3D 83 SurfaceD3D::~SurfaceD3D() in ~SurfaceD3D() 90 void SurfaceD3D::releaseSwapChain() in releaseSwapChain() 95 egl::Error SurfaceD3D::initialize(const egl::Display *display) in initialize() 144 FramebufferImpl *SurfaceD3D::createDefaultFramebuffer(const gl::Context *context, in createDefaultFramebuffer() 150 egl::Error SurfaceD3D::bindTexImage(const gl::Context *, gl::Texture *, EGLint) in bindTexImage() 155 egl::Error SurfaceD3D::releaseTexImage(const gl::Context *, EGLint) in releaseTexImage() 160 egl::Error SurfaceD3D::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues() 171 egl::Error SurfaceD3D::getMscRate(EGLint *numerator, EGLint *denominator) in getMscRate() 177 egl::Error SurfaceD3D::resetSwapChain(const egl::Display *display) in resetSwapChain() [all …]
|
D | DisplayD3D.cpp | 286 SurfaceD3D *surfaceD3D = GetImplAs<SurfaceD3D>(surface); in restoreLostDevice() 298 SurfaceD3D *surfaceD3D = GetImplAs<SurfaceD3D>(surface); in restoreLostDevice() 395 SurfaceD3D *surfaceD3D = GetImplAs<SurfaceD3D>(surface); in waitClient() 409 SurfaceD3D *drawSurfaceD3D = GetImplAs<SurfaceD3D>(drawSurface); in waitNative() 415 SurfaceD3D *readSurfaceD3D = GetImplAs<SurfaceD3D>(readSurface); in waitNative()
|
D | SurfaceD3D.h | 26 class SurfaceD3D : public SurfaceImpl 29 ~SurfaceD3D() override; 77 SurfaceD3D(const egl::SurfaceState &state, 116 class WindowSurfaceD3D : public SurfaceD3D 127 class PbufferSurfaceD3D : public SurfaceD3D
|
D | BUILD.gn | 52 "SurfaceD3D.cpp", 53 "SurfaceD3D.h",
|
D | TextureD3D.cpp | 1336 SurfaceD3D *surfaceD3D = GetImplAs<SurfaceD3D>(surface); in bindTexImage()
|