Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/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_entry.cpp19 void rcDestroyWindowSurface(uint32_t windowSurface);
133 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function
136 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
DrenderControl_client_context.cpp24rcDestroyWindowSurface = (rcDestroyWindowSurface_client_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
DrenderControl.in12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
DREADME71 void rcDestroyWindowSurface(uint32_t windowSurface);
DrenderControl_enc.cpp1987 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib46 rcDestroyWindowSurface
DrenderControl.in12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp453 static void rcDestroyWindowSurface(void* ctx_, uint32_t surface_) { in rcDestroyWindowSurface() function
839 rcDestroyWindowSurface_dec = ::rcDestroyWindowSurface; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp447 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
743 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()