Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp26 void *FunctionsGLX::sLibHandle = nullptr;
35 struct FunctionsGLX::GLXFunctionTable
111 FunctionsGLX::FunctionsGLX() in FunctionsGLX() function in rx::FunctionsGLX
119 FunctionsGLX::~FunctionsGLX() in ~FunctionsGLX()
125 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize()
262 void FunctionsGLX::terminate() {} in terminate()
264 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension()
269 Display *FunctionsGLX::getDisplay() const in getDisplay()
274 int FunctionsGLX::getScreen() const in getScreen()
282 glx::Context FunctionsGLX::createContext(XVisualInfo *visual, glx::Context share, bool direct) const in createContext()
[all …]
DFunctionsGLX.h20 class FunctionsGLX
23 FunctionsGLX();
24 ~FunctionsGLX();
88 FunctionsGLX(const FunctionsGLX &) = delete;
89 void operator=(const FunctionsGLX &) = delete;
DPbufferSurfaceGLX.h18 class FunctionsGLX; variable
27 const FunctionsGLX &glx,
61 const FunctionsGLX &mGLX;
DWindowSurfaceGLX.h20 class FunctionsGLX; variable
26 const FunctionsGLX &glx,
69 const FunctionsGLX &mGLX;
DDisplayGLX.h22 class FunctionsGLX; variable
160 FunctionsGLX mGLX;
DPbufferSurfaceGLX.cpp22 const FunctionsGLX &glx, in PbufferSurfaceGLX()
DDisplayGLX.cpp914 WorkerContextGLX(glx::Context context, FunctionsGLX *functions, glx::Pbuffer buffer);
922 FunctionsGLX *mFunctions;
927 FunctionsGLX *functions, in WorkerContextGLX()
DWindowSurfaceGLX.cpp25 const FunctionsGLX &glx, in WindowSurfaceGLX()
/external/angle/src/
DlibGLESv2.gni805 "src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp",
806 "src/libANGLE/renderer/gl/glx/FunctionsGLX.h",