Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp113 EGLint num_configs; in InitEGLSurface() local
114 eglChooseConfig( display_, attribs, &config_, 1, &num_configs ); in InitEGLSurface()
116 if( !num_configs ) in InitEGLSurface()
123 eglChooseConfig( display_, attribs, &config_, 1, &num_configs ); in InitEGLSurface()
127 if( !num_configs ) in InitEGLSurface()