HomeSort by relevance Sort by last modified time
    Searched refs:gles_initialized_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/ndk_helper/
GLContext.h 68 bool gles_initialized_; member in class:ndk_helper::GLContext
GLContext.cpp 45 gles_initialized_( false )
51 if( gles_initialized_ )
67 gles_initialized_ = true;

Completed in 43 milliseconds