Home | History | Annotate | Download | only in renderthread

Lines Matching refs:mEglManager

43         , mEglManager(thread.eglManager())
76 mEglManager.destroySurface(mEglSurface);
81 mEglSurface = mEglManager.createSurface(window);
85 mDirtyRegionsEnabled = mEglManager.enableDirtyRegions(mEglSurface);
94 if (CC_UNLIKELY(!mEglManager.swapBuffers(mEglSurface))) {
136 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface);
199 mEglManager.beginFrame(mEglSurface, &width, &height);
288 if (!mEglManager.hasEglContext() || !mCanvas) {
321 if (mEglManager.hasEglContext()) {
353 mEglManager.requireGlContext();