Home
last modified time | relevance | path

Searched refs:mDisplay (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DSurface.cpp37 : mDisplay(display), mWindow(window) in Surface()
51 : mDisplay(display), mWindow(nullptr), mWidth(width), mHeight(height) in Surface()
110 XGetWindowAttributes(mDisplay->getNativeDisplay(), mWindow, &windowAttributes); in reset()
122 …frameBuffer = ::createFrameBuffer(mDisplay->getNativeDisplay(), mWindow, backBufferWidth, backBuff… in reset()
197 mSwapInterval = std::max(mSwapInterval, mDisplay->getMinSwapInterval()); in setSwapInterval()
198 mSwapInterval = std::min(mSwapInterval, mDisplay->getMaxSwapInterval()); in setSwapInterval()
235 XGetWindowAttributes(mDisplay->getNativeDisplay(), mWindow, &windowAttributes); in checkForResize()
DSurface.h68 Display *const mDisplay; variable