Searched refs:platformDestroySharedEglContext (Results 1 – 4 of 4) sorted by relevance
672 return FrameBuffer::getFB()->platformDestroySharedEglContext(context); in __anonf315e04f2302()
616 bool platformDestroySharedEglContext(void* context);
1792 int platformDestroySharedEglContext(void* context) { in platformDestroySharedEglContext() function in PipeVirglRenderer2098 return sRenderer()->platformDestroySharedEglContext(context); in stream_renderer_platform_destroy_shared_egl_context()
3557 bool FrameBuffer::platformDestroySharedEglContext(void* underlyingContext) { in platformDestroySharedEglContext() function in gfxstream::FrameBuffer