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

  /external/chromium_org/remoting/client/
frame_consumer_proxy.cc 21 pixel_format_ = frame_consumer_->GetPixelFormat();
65 return pixel_format_;
frame_consumer_proxy.h 50 PixelFormat pixel_format_; member in class:remoting::FrameConsumerProxy
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 63 pixel_format_(0) {
118 pixel_format_ = ChoosePixelFormat(device_context_,
120 if (pixel_format_ == 0) {
125 pixel_format_,
136 int pixel_format() const { return pixel_format_; }
143 int pixel_format_; member in class:gfx::__anon646::DisplayWGL

Completed in 91 milliseconds