Home
last modified time | relevance | path

Searched refs:DisplayGLX (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp66 DisplayGLX::DisplayGLX(const egl::DisplayState &state) in DisplayGLX() function in rx::DisplayGLX
90 DisplayGLX::~DisplayGLX() {} in ~DisplayGLX()
92 egl::Error DisplayGLX::initialize(egl::Display *display) in initialize()
335 void DisplayGLX::terminate() in terminate()
379 egl::Error DisplayGLX::makeCurrent(egl::Surface *drawSurface, in makeCurrent()
397 SurfaceImpl *DisplayGLX::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface()
407 SurfaceImpl *DisplayGLX::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface()
420 SurfaceImpl *DisplayGLX::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer()
429 SurfaceImpl *DisplayGLX::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface()
437 ContextImpl *DisplayGLX::createContext(const gl::State &state, in createContext()
[all …]
DRendererGLX.h17 class DisplayGLX; variable
24 DisplayGLX *display);
30 DisplayGLX *mDisplay;
DWindowSurfaceGLX.h19 class DisplayGLX; variable
27 DisplayGLX *glxDisplay,
70 DisplayGLX *mGLXDisplay;
DDisplayGLX.h39 class DisplayGLX : public DisplayGL
42 DisplayGLX(const egl::DisplayState &state);
43 ~DisplayGLX() override;
DRendererGLX.cpp18 DisplayGLX *display) in RendererGLX()
DWindowSurfaceGLX.cpp26 DisplayGLX *glxDisplay, in WindowSurfaceGLX()
/external/angle/src/libANGLE/
DDisplay.cpp267 impl = new rx::DisplayGLX(state); in CreateDisplayFromAttribs()
298 impl = new rx::DisplayGLX(state); in CreateDisplayFromAttribs()
/external/angle/src/
DlibGLESv2.gni803 "src/libANGLE/renderer/gl/glx/DisplayGLX.cpp",
804 "src/libANGLE/renderer/gl/glx/DisplayGLX.h",