Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp369 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
407 uint32_t rcSurface; //handle to surface created via remote control member
414 surfaceType(surfaceType), rcSurface(0) in egl_surface_t()
523 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)s_display.getIndexOfConfig(config), in init()
526 if (!rcSurface) { in init()
532 rcEnc->rcSetWindowColorBuffer(rcEnc, rcSurface, hostHandle); in init()
552 if (rcSurface && rcEnc) { in ~egl_window_surface_t()
553 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
722 …HostConnection*, ExtendedRCEncoderContext* rcEnc, uint32_t rcSurface, uint32_t frameNumber, int* p… in sFlushBufferAndCreateFence() argument
726 rcEnc->rcFlushWindowColorBufferAsyncWithFrameNumber(rcEnc, rcSurface, frameNumber); in sFlushBufferAndCreateFence()
[all …]