Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
DrenderControl_ftable.h22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
DrenderControl_client_context.h24 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
DrenderControl_client_context.cpp24rcDestroyWindowSurface = (rcDestroyWindowSurface_client_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
DrenderControl.in12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
DrenderControl_entry.cpp19 void rcDestroyWindowSurface(uint32_t windowSurface);
152 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function
155 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
DREADME71 void rcDestroyWindowSurface(uint32_t windowSurface);
DrenderControl_enc.cpp2839 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h24 rcDestroyWindowSurface_server_proc_t rcDestroyWindowSurface; member
DrenderControl_server_context.cpp24rcDestroyWindowSurface = (rcDestroyWindowSurface_server_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
DrenderControl_dec.cpp299 this->rcDestroyWindowSurface(var_windowSurface); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
/hardware/google/gfxstream/host/
DRenderControl.cpp798 static void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function
1562 dec->rcDestroyWindowSurface = rcDestroyWindowSurface; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp553 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
854 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()