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_entry.cpp20 void rcDestroyWindowSurface(uint32_t windowSurface);
113 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function
116 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
DrenderControl_client_base.h22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
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)
DREADME71 void rcDestroyWindowSurface(uint32_t windowSurface);
DrenderControl_enc.cpp1077 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
Degl.cpp300 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()
370 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()