Searched refs:destroySurface (Results 1 – 9 of 9) sorted by relevance
27 if(m_native) EglOS::destroySurface(m_native); in ~EglSurface()
58 void destroySurface(EGLNativeSurfaceType srfc);
234 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
303 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
589 void destroySurface(EGLNativeSurfaceType srfc){ in destroySurface() function
6 GL_ENTRY(int, destroySurface, uint32_t pid, uint32_t handle)
43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle) in destroySurface() function in Renderer
229 return Renderer::instance()->destroySurface(m_tls, Renderer::ClientHandle(pid, handle)); in s_destroySurface()