Home
last modified time | relevance | path

Searched refs:FunctionsGLX (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp26 void *FunctionsGLX::sLibHandle = nullptr;
35 struct FunctionsGLX::GLXFunctionTable
121 FunctionsGLX::FunctionsGLX() in FunctionsGLX() function in rx::FunctionsGLX
129 FunctionsGLX::~FunctionsGLX() in ~FunctionsGLX()
135 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize()
279 void FunctionsGLX::terminate() {} in terminate()
281 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension()
286 Display *FunctionsGLX::getDisplay() const in getDisplay()
291 int FunctionsGLX::getScreen() const in getScreen()
299 glx::Context FunctionsGLX::createContext(XVisualInfo *visual, glx::Context share, bool direct) const in createContext()
[all …]
DFunctionsGLX.h20 class FunctionsGLX
23 FunctionsGLX();
24 ~FunctionsGLX();
94 FunctionsGLX(const FunctionsGLX &) = delete;
95 void operator=(const FunctionsGLX &) = delete;
DPbufferSurfaceGLX.h18 class FunctionsGLX; variable
27 const FunctionsGLX &glx,
61 const FunctionsGLX &mGLX;
DPixmapSurfaceGLX.h18 class FunctionsGLX; variable
26 const FunctionsGLX &glx,
59 const FunctionsGLX &mGLX;
DWindowSurfaceGLX.h21 class FunctionsGLX; variable
27 const FunctionsGLX &glx,
73 const FunctionsGLX &mGLX;
DDisplayGLX.h24 class FunctionsGLX; variable
159 FunctionsGLX mGLX;
DPbufferSurfaceGLX.cpp22 const FunctionsGLX &glx, in PbufferSurfaceGLX()
DPixmapSurfaceGLX.cpp73 const FunctionsGLX &glx, in PixmapSurfaceGLX()
DDisplayGLX.cpp992 WorkerContextGLX(glx::Context context, FunctionsGLX *functions, glx::Pbuffer buffer);
1000 FunctionsGLX *mFunctions;
1005 FunctionsGLX *functions, in WorkerContextGLX()
DWindowSurfaceGLX.cpp25 const FunctionsGLX &glx, in WindowSurfaceGLX()
/external/angle/src/libANGLE/renderer/gl/
DBUILD.gn110 "glx/FunctionsGLX.cpp",
111 "glx/FunctionsGLX.h",