Lines Matching refs:makeCurrent
207 if (!mFunctionsWGL->makeCurrent(placeholderDeviceContext, placeholderWGLContext)) in initializeImpl()
219 mFunctionsWGL->makeCurrent(placeholderDeviceContext, nullptr); in initializeImpl()
354 mFunctionsWGL->makeCurrent(mDeviceContext, nullptr); in destroy()
670 egl::Error DisplayWGL::makeCurrent(egl::Display *display, in makeCurrent() function in rx::DisplayWGL
699 if (!mFunctionsWGL->makeCurrent(newDC, newContext)) in makeCurrent()
708 return DisplayGL::makeCurrent(display, drawSurface, readSurface, context); in makeCurrent()
900 if (!mFunctionsWGL->makeCurrent(mDeviceContext, context)) in createRenderer()
927 bool makeCurrent() override;
946 mFunctionsWGL->makeCurrent(mDeviceContext, nullptr); in ~WorkerContextWGL()
952 bool WorkerContextWGL::makeCurrent() in makeCurrent() function in rx::WorkerContextWGL
954 bool result = mFunctionsWGL->makeCurrent(mDeviceContext, mContext); in makeCurrent()
964 mFunctionsWGL->makeCurrent(mDeviceContext, nullptr); in unmakeCurrent()