Home
last modified time | relevance | path

Searched refs:context_ (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp40 context_( EGL_NO_CONTEXT ), in GLContext()
152 context_ = eglCreateContext( display_, config_, NULL, context_attribs ); in InitEGLContext()
154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE ) in InitEGLContext()
193 if( context_ != EGL_NO_CONTEXT ) in Terminate()
195 eglDestroyContext( display_, context_ ); in Terminate()
206 context_ = EGL_NO_CONTEXT; in Terminate()
235 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_TRUE ) in Resume()
DGLContext.h58 EGLContext context_; variable