Searched refs:destroyNativeContext (Results 1 – 8 of 8) sorted by relevance
31 mDisplay->destroyNativeContext(mSharedContext); in ~RendererWGL()33 mDisplay->destroyNativeContext(mContext); in ~RendererWGL()
79 void destroyNativeContext(HGLRC context);
764 void DisplayWGL::destroyNativeContext(HGLRC context) in destroyNativeContext() function in rx::DisplayWGL
31 mDisplay->destroyNativeContext(mContext); in ~RendererEGL()
42 virtual void destroyNativeContext(EGLContext context);
613 void DisplayEGL::destroyNativeContext(EGLContext context) in destroyNativeContext() function in rx::DisplayEGL
61 void destroyNativeContext(EGLContext context) override;
420 void DisplayAndroid::destroyNativeContext(EGLContext context) in destroyNativeContext() function in rx::DisplayAndroid422 DisplayEGL::destroyNativeContext(context); in destroyNativeContext()