Home
last modified time | relevance | path

Searched refs:platformDestroySharedEglContext (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DRendererImpl.cpp672 return FrameBuffer::getFB()->platformDestroySharedEglContext(context); in __anonf315e04f2302()
DFrameBuffer.h616 bool platformDestroySharedEglContext(void* context);
Dvirtio-gpu-gfxstream-renderer.cpp1792 int platformDestroySharedEglContext(void* context) { in platformDestroySharedEglContext() function in PipeVirglRenderer
2098 return sRenderer()->platformDestroySharedEglContext(context); in stream_renderer_platform_destroy_shared_egl_context()
DFrameBuffer.cpp3557 bool FrameBuffer::platformDestroySharedEglContext(void* underlyingContext) { in platformDestroySharedEglContext() function in gfxstream::FrameBuffer