Home
last modified time | relevance | path

Searched refs:rcSurface (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp288 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()
[all …]