Searched refs:egl_context_initialized_ (Results 1 - 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
H A DGLContext.cpp44 egl_context_initialized_( false ),
80 if( egl_context_initialized_ )
91 egl_context_initialized_ = true;
214 if( egl_context_initialized_ == false )
272 egl_context_initialized_ = false;
H A DGLContext.h69 bool egl_context_initialized_; member in class:ndk_helper::GLContext

Completed in 101 milliseconds