Searched refs:FunctionsGLX (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 26 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 …]
|
D | FunctionsGLX.h | 20 class FunctionsGLX 23 FunctionsGLX(); 24 ~FunctionsGLX(); 94 FunctionsGLX(const FunctionsGLX &) = delete; 95 void operator=(const FunctionsGLX &) = delete;
|
D | PbufferSurfaceGLX.h | 18 class FunctionsGLX; variable 27 const FunctionsGLX &glx, 61 const FunctionsGLX &mGLX;
|
D | PixmapSurfaceGLX.h | 18 class FunctionsGLX; variable 26 const FunctionsGLX &glx, 59 const FunctionsGLX &mGLX;
|
D | WindowSurfaceGLX.h | 21 class FunctionsGLX; variable 27 const FunctionsGLX &glx, 73 const FunctionsGLX &mGLX;
|
D | DisplayGLX.h | 24 class FunctionsGLX; variable 159 FunctionsGLX mGLX;
|
D | PbufferSurfaceGLX.cpp | 22 const FunctionsGLX &glx, in PbufferSurfaceGLX()
|
D | PixmapSurfaceGLX.cpp | 73 const FunctionsGLX &glx, in PixmapSurfaceGLX()
|
D | DisplayGLX.cpp | 992 WorkerContextGLX(glx::Context context, FunctionsGLX *functions, glx::Pbuffer buffer); 1000 FunctionsGLX *mFunctions; 1005 FunctionsGLX *functions, in WorkerContextGLX()
|
D | WindowSurfaceGLX.cpp | 25 const FunctionsGLX &glx, in WindowSurfaceGLX()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BUILD.gn | 110 "glx/FunctionsGLX.cpp", 111 "glx/FunctionsGLX.h",
|