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

  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 13 GLContextVirtual::GLContextVirtual(
23 gfx::Display* GLContextVirtual::display() {
27 bool GLContextVirtual::Initialize(
50 void GLContextVirtual::Destroy() {
56 bool GLContextVirtual::MakeCurrent(gfx::GLSurface* surface) {
64 void GLContextVirtual::ReleaseCurrent(gfx::GLSurface* surface) {
71 bool GLContextVirtual::IsCurrent(gfx::GLSurface* surface) {
82 void* GLContextVirtual::GetHandle() {
86 void GLContextVirtual::SetSwapInterval(int interval)
    [all...]
gl_context_virtual.h 27 class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
29 GLContextVirtual(
53 virtual ~GLContextVirtual();
60 DISALLOW_COPY_AND_ASSIGN(GLContextVirtual);
in_process_command_buffer.cc 431 context_ = new GLContextVirtual(
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 156 context_ = scoped_refptr<gfx::GLContext>(new gpu::GLContextVirtual(
162 context_ = scoped_refptr<gfx::GLContext>(new gpu::GLContextVirtual(
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 454 context = new gpu::GLContextVirtual(
    [all...]

Completed in 259 milliseconds