Searched refs:rcDestroyWindowSurface (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/system/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_entry.cpp | 19 void rcDestroyWindowSurface(uint32_t windowSurface); 133 void rcDestroyWindowSurface(uint32_t windowSurface) in rcDestroyWindowSurface() function 136 ctx->rcDestroyWindowSurface(ctx, windowSurface); in rcDestroyWindowSurface()
|
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 | README | 71 void rcDestroyWindowSurface(uint32_t windowSurface);
|
D | renderControl_enc.cpp | 1987 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 46 rcDestroyWindowSurface
|
D | renderControl.in | 12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 453 static void rcDestroyWindowSurface(void* ctx_, uint32_t surface_) { in rcDestroyWindowSurface() function 839 rcDestroyWindowSurface_dec = ::rcDestroyWindowSurface; in RenderControl()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 447 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_window_surface_t() 743 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface); in ~egl_pbuffer_surface_t()
|