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

  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 134 HDC device_context() const { return device_context_; } function in class:gfx::__anon16792::DisplayWGL
168 HGLRC gl_context = wglCreateContext(wgl_display->device_context());
173 if (!wglMakeCurrent(wgl_display->device_context(), gl_context)) {
192 return g_display->device_context();
318 pbuffer_ = wglCreatePbufferARB(g_display->device_context(),
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 289 base::win::ScopedComPtr<ID3D11DeviceContext> device_context; local
299 device_context.Receive());

Completed in 338 milliseconds