Lines Matching refs:rcSurface
294 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
332 uint32_t rcSurface; //handle to surface created via remote control member
337 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
418 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
421 if (!rcSurface) { in init()
425 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init()
446 if (rcSurface && rcEnc) { in ~egl_window_surface_t()
447 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
643 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
649 rcEnc->rcFlushWindowColorBufferAsync(rcEnc, rcSurface); in swapBuffers()
658 rcEnc->rcFlushWindowColorBufferAsync(rcEnc, rcSurface); in swapBuffers()
661 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
691 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers()
743 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()
782 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
784 if (!rcSurface) { in init()
801 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()