Searched refs:rcDestroyWindowSurface (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
|
D | renderControl_ftable.h | 22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
|
D | renderControl_client_context.h | 24 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
|
D | renderControl_client_context.cpp | 24 …rcDestroyWindowSurface = (rcDestroyWindowSurface_client_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
|
D | renderControl.in | 12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
|
D | renderControl_entry.cpp | 19 void rcDestroyWindowSurface(uint32_t windowSurface); 152 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function 155 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
|
D | README | 71 void rcDestroyWindowSurface(uint32_t windowSurface);
|
D | renderControl_enc.cpp | 2839 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 24 rcDestroyWindowSurface_server_proc_t rcDestroyWindowSurface; member
|
D | renderControl_server_context.cpp | 24 …rcDestroyWindowSurface = (rcDestroyWindowSurface_server_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
|
D | renderControl_dec.cpp | 299 this->rcDestroyWindowSurface(var_windowSurface); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 798 static void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function 1562 dec->rcDestroyWindowSurface = rcDestroyWindowSurface; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 553 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t() 854 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()
|