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

  /prebuilts/ndk/r16/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_ );
146 if( eglMakeCurrent( display_, surface_, surface_, context_ ) == EGL_FALSE )
158 bool b = eglSwapBuffers( display_, surface_ );
190 if( surface_ != EGL_NO_SURFACE )
192 eglDestroySurface( display_, surface_ );
199 surface_ = EGL_NO_SURFACE
    [all...]
GLContext.h 57 EGLSurface surface_; member in class:ndk_helper::GLContext
  /external/autotest/client/deps/glbench/src/
egl_stuff.h 17 surface_(NULL),
44 return surface_;
50 EGLSurface surface_; member in class:EGLInterface
waffle_stuff.h 17 surface_(NULL),
41 return surface_;
50 struct waffle_window *surface_; member in class:WaffleInterface
egl_stuff.cc 23 surface_ = eglCreateWindowSurface(display_, config_, native_window, NULL);
29 eglMakeCurrent(display_, surface_, surface_, context_);
32 eglQuerySurface(display_, surface_, EGL_WIDTH, &g_width);
33 eglQuerySurface(display_, surface_, EGL_HEIGHT, &g_height);
41 eglDestroySurface(display_, surface_);
97 eglSwapBuffers(display_, surface_);
105 return eglMakeCurrent(display_, surface_, surface_, context);
127 eglDestroySurface(display_, surface_);
    [all...]
waffle_stuff.cc 66 union waffle_native_window *nw = waffle_window_get_native(surface_);
103 if (surface_)
137 surface_ = waffle_window_create2(config_, attrib);
140 surface_ = waffle_window_create(config_, g_width, g_height);
144 waffle_window_show(surface_);
154 waffle_make_current(display_, surface_, context_);
175 waffle_window_swap_buffers(surface_);
184 return waffle_make_current(display_, surface_, context);
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 205 if (surface_) wl_surface_destroy(surface_);
233 surface_ = wl_compositor_create_surface(compositor_);
234 if (!surface_) throw std::runtime_error("failed to create surface");
236 shell_surface_ = wl_shell_get_shell_surface(shell_, surface_);
280 surface_info.surface = surface_;
ShellWayland.h 49 wl_surface *surface_; member in class:ShellWayland
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 348 dvr_.Api().WriteBufferQueueGetANativeWindow(write_queue_, &surface_);
362 ANativeWindow* GetSurface() { return surface_; }
366 surface_ != nullptr;
399 ANativeWindow* surface_ = nullptr; member in struct:BufferHubTransport::BufferQueueHolder
  /external/deqp/framework/egl/
egluCallLogWrapper.cpp 212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {}
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 206 Swapchain(Surface& surface_,
209 : surface(surface_),
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 1162 milliseconds