Lines Matching refs:rcSurface
288 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
326 uint32_t rcSurface; //handle to surface created via remote control member
331 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
412 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
415 if (!rcSurface) { in init()
419 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in init()
440 if (rcSurface && rcEnc) { in ~egl_window_surface_t()
441 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
542 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
548 rcEnc->rcFlushWindowColorBufferAsync(rcEnc, rcSurface); in swapBuffers()
551 rcEnc->rcFlushWindowColorBuffer(rcEnc, rcSurface); in swapBuffers()
581 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, in swapBuffers()
633 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()
672 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
674 if (!rcSurface) { in init()
691 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, rcColorBuffer); in init()