Searched refs:rcSurface (Results 1 – 1 of 1) sorted by relevance
294 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()332 uint32_t rcSurface; //handle to surface created via remote control member337 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()[all …]