Searched refs:rcDestroyWindowSurface (Results 1 – 9 of 9) sorted by relevance
22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
20 void rcDestroyWindowSurface(uint32_t windowSurface);113 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function116 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
24 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; member
24 …rcDestroyWindowSurface = (rcDestroyWindowSurface_client_proc_t) getProc("rcDestroyWindowSurface", … in initDispatchByName()
12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
71 void rcDestroyWindowSurface(uint32_t windowSurface);
1077 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
300 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t()370 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()