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

  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 39 surface_( EGL_NO_SURFACE ),
133 surface_ = eglCreateWindowSurface( display_, config_, window_, NULL );
134 eglQuerySurface( display_, surface_, EGL_WIDTH, &screen_width_ );
135 eglQuerySurface( display_, surface_, EGL_HEIGHT, &screen_height_ );
154 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
166 bool b = eglSwapBuffers( display_, surface_ );
198 if( surface_ != EGL_NO_SURFACE )
200 eglDestroySurface( display_, surface_ );
207 surface_ = EGL_NO_SURFACE
    [all...]
GLContext.h 57 EGLSurface surface_; member in class:ndk_helper::GLContext
  /external/deqp/framework/egl/
egluCallLogWrapper.cpp 212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {}

Completed in 531 milliseconds