Searched refs:mGLXWindow (Results 1 – 2 of 2) sorted by relevance
37 mGLXWindow(0) in WindowSurfaceGLX()42 if (mGLXWindow) in ~WindowSurfaceGLX()44 mGLX.destroyWindow(mGLXWindow); in ~WindowSurfaceGLX()117 mGLXWindow = mGLX.createWindow(mFBConfig, mWindow, nullptr); in initialize()140 mGLXDisplay->setSwapInterval(mGLXWindow, &mSwapControl); in swap()141 mGLX.swapBuffers(mGLXWindow); in swap()235 return mGLXWindow; in getDrawable()250 if (!mGLX.getSyncValuesOML(mGLXWindow, reinterpret_cast<int64_t *>(ust), in getSyncValues()260 if (!mGLX.getMscRateOML(mGLXWindow, reinterpret_cast<int32_t *>(numerator), in getMscRate()
73 glx::Window mGLXWindow; variable