Home
last modified time | relevance | path

Searched refs:destroyNativeContext (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp31 mDisplay->destroyNativeContext(mSharedContext); in ~RendererWGL()
33 mDisplay->destroyNativeContext(mContext); in ~RendererWGL()
DDisplayWGL.h79 void destroyNativeContext(HGLRC context);
DDisplayWGL.cpp764 void DisplayWGL::destroyNativeContext(HGLRC context) in destroyNativeContext() function in rx::DisplayWGL
/external/angle/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp31 mDisplay->destroyNativeContext(mContext); in ~RendererEGL()
DDisplayEGL.h42 virtual void destroyNativeContext(EGLContext context);
DDisplayEGL.cpp613 void DisplayEGL::destroyNativeContext(EGLContext context) in destroyNativeContext() function in rx::DisplayEGL
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.h61 void destroyNativeContext(EGLContext context) override;
DDisplayAndroid.cpp420 void DisplayAndroid::destroyNativeContext(EGLContext context) in destroyNativeContext() function in rx::DisplayAndroid
422 DisplayEGL::destroyNativeContext(context); in destroyNativeContext()