Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp114 eglChooseConfig( display_, attribs, &config_, 1, &num_configs ); in InitEGLSurface()
123 eglChooseConfig( display_, attribs, &config_, 1, &num_configs ); in InitEGLSurface()
133 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL ); in InitEGLSurface()
142 eglGetConfigAttrib( display_, config_, EGL_NATIVE_VISUAL_ID, &format ); in InitEGLSurface()
152 context_ = eglCreateContext( display_, config_, NULL, context_attribs ); in InitEGLContext()
225 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL ); in Resume()
DGLContext.h59 EGLConfig config_; variable