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

  /external/chromium_org/ui/gl/
gl_surface_wgl.h 46 HDC device_context_; member in class:gfx::NativeViewGLSurfaceWGL
68 HDC device_context_; member in class:gfx::PbufferGLSurfaceWGL
gl_surface_wgl.cc 62 device_context_(0),
117 device_context_ = GetDC(window_handle_);
118 pixel_format_ = ChoosePixelFormat(device_context_,
124 if (!SetPixelFormat(device_context_,
135 HDC device_context() const { return device_context_; }
142 HDC device_context_; member in class:gfx::__anon646::DisplayWGL
180 device_context_(NULL) {
189 DCHECK(!device_context_);
218 device_context_ = GetDC(child_window_);
219 if (!device_context_) {
331 wglReleasePbufferDCARB(static_cast<HPBUFFERARB>(pbuffer_), device_context_); local
    [all...]
gl_surface_win.cc 57 HDC device_context_; member in class:gfx::NativeViewGLSurfaceOSMesa
125 device_context_(NULL) {
137 device_context_ = GetDC(window_);
142 if (window_ && device_context_)
143 ReleaseDC(window_, device_context_);
145 device_context_ = NULL;
155 DCHECK(device_context_);
179 StretchDIBits(device_context_,
196 DCHECK(device_context_);
220 StretchDIBits(device_context_,
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.h 98 pp::Graphics2D device_context_; member in class:MouseLockInstance
  /external/chromium_org/ppapi/examples/flash_topmost/
flash_topmost.cc 36 device_context_ = pp::Graphics2D(this, size_, false);
37 if (!BindGraphics(device_context_))
76 device_context_.ReplaceContents(&image);
78 device_context_.Flush(
114 pp::Graphics2D device_context_; member in class:MyInstance
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 64 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
65 if (!BindGraphics(device_context_))
77 pp::ImageData image = PaintImage(device_context_.size());
79 device_context_.ReplaceContents(&image);
80 device_context_.Flush(
126 pp::Graphics2D device_context_; member in class:MyInstance
  /external/chromium_org/ppapi/examples/media_stream_audio/
media_stream_audio.cc 62 device_context_ = pp::Graphics2D(this, size_, false);
63 if (!BindGraphics(device_context_))
116 device_context_.ReplaceContents(&image);
118 device_context_.Flush(
203 pp::Graphics2D device_context_; member in class:__anon14687::MediaStreamAudioInstance
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 120 device_context_ = pp::Graphics2D(this,
126 // device_context_.SetScale(1.0f / device_scale_);
127 device_context_.SetScale(1.0f / device_scale_);
131 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), true);
133 BindGraphics(device_context_);
196 device_context_.ReplaceContents(&image);
197 device_context_.Flush(pp::CompletionCallback(&OnFlush, this));
202 pp::Graphics2D device_context_; member in class:MyInstance
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
media_stream_audio.cc 64 device_context_ = pp::Graphics2D(this, size_, false);
65 if (!BindGraphics(device_context_))
119 device_context_.ReplaceContents(&image);
121 device_context_.Flush(
208 pp::Graphics2D device_context_; member in class:__anon13504::MediaStreamAudioInstance
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 87 device_context_ = pp::Graphics2D(this, size_, false);
88 if (!BindGraphics(device_context_))
166 device_context_.ReplaceContents(&image);
168 device_context_.Flush(
319 pp::Graphics2D device_context_; local
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 99 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
100 if (!BindGraphics(device_context_))
139 device_context_.ReplaceContents(&image);
141 device_context_.Flush(
256 pp::Graphics2D device_context_; local

Completed in 102 milliseconds