Searched refs:surface_ (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 20 surface_ = eglCreateWindowSurface(display_, config_, native_window, NULL); in Init() 26 eglMakeCurrent(display_, surface_, surface_, context_); in Init() 29 eglQuerySurface(display_, surface_, EGL_WIDTH, &g_width); in Init() 30 eglQuerySurface(display_, surface_, EGL_HEIGHT, &g_height); in Init() 38 eglDestroySurface(display_, surface_); in Cleanup() 94 eglSwapBuffers(display_, surface_); in SwapBuffers() 102 return eglMakeCurrent(display_, surface_, surface_, context); in MakeCurrent() 124 eglDestroySurface(display_, surface_); in TerminateGL()
|
D | waffle_stuff.cc | 64 union waffle_native_window *nw = waffle_window_get_native(surface_); in GetSurfaceSize() 101 if (surface_) in InitOnce() 135 surface_ = waffle_window_create2(config_, attrib); in InitOnce() 138 surface_ = waffle_window_create(config_, g_width, g_height); in InitOnce() 142 waffle_window_show(surface_); in InitOnce() 152 waffle_make_current(display_, surface_, context_); in Init() 173 waffle_window_swap_buffers(surface_); in SwapBuffers() 182 return waffle_make_current(display_, surface_, context); in MakeCurrent()
|
D | egl_stuff.h | 17 surface_(NULL), in EGLInterface() 44 return surface_; in surface() 50 EGLSurface surface_; variable
|
D | waffle_stuff.h | 17 surface_(NULL), in WaffleInterface() 41 return surface_; in surface() 50 struct waffle_window *surface_; variable
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.cpp | 212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {} in EGLSurfaceFmt() argument
|