• Home
  • Raw
  • Download

Lines Matching refs:mFb

62     : mFb(FrameBuffer::getFB()),  in PostWorker()
109 float dpr = mFb->getDpr(); in postImpl()
110 int windowWidth = mFb->windowWidth(); in postImpl()
111 int windowHeight = mFb->windowHeight(); in postImpl()
112 float px = mFb->getPx(); in postImpl()
113 float py = mFb->getPy(); in postImpl()
114 int zRot = mFb->getZrot(); in postImpl()
133 mFb->getTextureDraw()->prepareForDrawLayer(); in postImpl()
144 ColorBuffer* multiDisplayCb = id == 0 ? cb : mFb->findColorBuffer(c).get(); in postImpl()
162 mFb->getTextureDraw()->cleanupForDrawLayer(); in postImpl()
165 mFb->getTextureDraw()->prepareForDrawLayer(); in postImpl()
192 mFb->getTextureDraw()->cleanupForDrawLayer(); in postImpl()
200 s_egl.eglSwapBuffers(mFb->getDisplay(), mFb->getWindowSurface()); in postImpl()
225 float dpr = mFb->getDpr(); in viewportImpl()
243 s_egl.eglSwapBuffers(mFb->getDisplay(), mFb->getWindowSurface()); in clearImpl()
263 auto cbPtr = mFb->findColorBuffer(p->targetHandle); in composeImpl()
275 s_gles2.glViewport(0, 0, mFb->getWidth(),mFb->getHeight()); in composeImpl()
287 mFb->getTextureDraw()->prepareForDrawLayer(); in composeImpl()
298 glesComposeLayer(l, mFb->getWidth(), mFb->getHeight()); in composeImpl()
305 mFb->getTextureDraw()->cleanupForDrawLayer(); in composeImpl()
321 auto targetColorBufferPtr = mFb->findColorBuffer(p->targetHandle); in composev2Impl()
338 auto colorBufferPtr = mFb->findColorBuffer(l[i].cbHandle); in composev2Impl()
396 mFb->getTextureDraw()->prepareForDrawLayer(); in composev2Impl()
413 mFb->getTextureDraw()->cleanupForDrawLayer(); in composev2Impl()
419 if (mFb->getDisplay() != EGL_NO_DISPLAY) { in bind()
420 …EGLint res = s_egl.eglMakeCurrent(mFb->getDisplay(), mFb->getWindowSurface(), mFb->getWindowSurfac… in bind()
434 if (mFb->getDisplay() != EGL_NO_DISPLAY) { in unbind()
435 s_egl.eglMakeCurrent(mFb->getDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, in unbind()
446 ColorBufferPtr cb = mFb->findColorBuffer(l->cbHandle); in glesComposeLayer()
458 mFb->getTextureDraw()->drawLayer(l, w, h, 1, 1, 0); in glesComposeLayer()
479 if (mFb->getDisplay() != EGL_NO_DISPLAY) { in ~PostWorker()
480 s_egl.eglMakeCurrent(mFb->getDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, in ~PostWorker()