Searched refs:FunctionsGLX (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 26 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 …]
|
D | FunctionsGLX.h | 20 class FunctionsGLX 23 FunctionsGLX(); 24 ~FunctionsGLX(); 88 FunctionsGLX(const FunctionsGLX &) = delete; 89 void operator=(const FunctionsGLX &) = delete;
|
D | PbufferSurfaceGLX.h | 18 class FunctionsGLX; variable 27 const FunctionsGLX &glx, 61 const FunctionsGLX &mGLX;
|
D | WindowSurfaceGLX.h | 20 class FunctionsGLX; variable 26 const FunctionsGLX &glx, 69 const FunctionsGLX &mGLX;
|
D | DisplayGLX.h | 22 class FunctionsGLX; variable 160 FunctionsGLX mGLX;
|
D | PbufferSurfaceGLX.cpp | 22 const FunctionsGLX &glx, in PbufferSurfaceGLX()
|
D | DisplayGLX.cpp | 914 WorkerContextGLX(glx::Context context, FunctionsGLX *functions, glx::Pbuffer buffer); 922 FunctionsGLX *mFunctions; 927 FunctionsGLX *functions, in WorkerContextGLX()
|
D | WindowSurfaceGLX.cpp | 25 const FunctionsGLX &glx, in WindowSurfaceGLX()
|
/external/angle/src/ |
D | libGLESv2.gni | 805 "src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp", 806 "src/libANGLE/renderer/gl/glx/FunctionsGLX.h",
|