HomeSort by relevance Sort by last modified time
    Searched defs:gl_context_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.h 35 GLXContext gl_context_; member in class:GlVideoRenderer
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 96 return static_cast<CGLContextObj>(gl_context_->GetHandle());
120 scoped_refptr<gfx::GLContext> gl_context_; member in class:AcceleratedSurface
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 86 scoped_refptr<gfx::GLContext> gl_context_; member in class:egl::Display
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 70 gl_context_(NULL),
78 glXDestroyContext(display_, gl_context_);
205 for (int i = 0; i < visual_info_count && !gl_context_; ++i) {
206 gl_context_ = glXCreateContext(display_, visual_info_list + i, 0,
211 if (!gl_context_) {
215 if (!glXMakeCurrent(display_, window_, gl_context_)) {
216 glXDestroyContext(display_, gl_context_);
217 gl_context_ = NULL;
353 GLXContext gl_context_; member in class:Simulator
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 131 NativeContextType gl_context_; member in class:content::RenderingHelperGL
189 x_display_, x_windows_[window_id], x_windows_[window_id], gl_context_));
197 gl_surfaces_[window_id], gl_context_))
245 gl_context_ = glXCreateContext(x_display_, x_visual_, 0, true);
246 CHECK(gl_context_);
279 gl_context_ = eglCreateContext(
281 CHECK_NE(gl_context_, EGL_NO_CONTEXT) << eglGetError();
460 glXDestroyContext(x_display_, gl_context_);
463 CHECK(eglDestroyContext(gl_display_, gl_context_));
569 return gl_context_;
    [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 441 scoped_refptr<gfx::GLContext> gl_context_; member in class:ui::TestWebGraphicsContext3D

Completed in 576 milliseconds