Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
DrenderControl_client_base.h22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
DrenderControl_client_context.h24 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
DrenderControl_entry.cpp19 void rcDestroyWindowSurface(uint32_t windowSurface);
118 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function
121 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.cpp1386 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp404 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
586 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()