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

  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 62 bool frontbuffer_suggested_allocation_; member in class:content::__anon10754::PbufferImageTransportSurface
85 frontbuffer_suggested_allocation_(true),
137 if (!frontbuffer_suggested_allocation_)
175 if (frontbuffer_suggested_allocation_ == allocation)
177 frontbuffer_suggested_allocation_ = allocation;
181 if (!frontbuffer_suggested_allocation_)
230 DCHECK(frontbuffer_suggested_allocation_);
image_transport_surface_android.cc 58 bool frontbuffer_suggested_allocation_; member in class:content::__anon10752::ImageTransportSurfaceAndroid
86 frontbuffer_suggested_allocation_(true) {}
116 if (frontbuffer_suggested_allocation_ == allocation)
118 frontbuffer_suggested_allocation_ = allocation;
texture_image_transport_surface.cc 48 frontbuffer_suggested_allocation_(true),
139 if (frontbuffer_suggested_allocation_ == allocation)
141 frontbuffer_suggested_allocation_ = allocation;
148 if (!frontbuffer_suggested_allocation_ &&
208 if (!frontbuffer_suggested_allocation_)
238 if (!frontbuffer_suggested_allocation_)
343 if (frontbuffer_.get() && !frontbuffer_suggested_allocation_)
image_transport_surface_mac.cc 81 bool frontbuffer_suggested_allocation_; member in class:content::__anon10753::IOSurfaceImageTransportSurface
136 frontbuffer_suggested_allocation_(true),
223 if (frontbuffer_suggested_allocation_ == allocation)
225 frontbuffer_suggested_allocation_ = allocation;
233 !frontbuffer_suggested_allocation_ &&
244 if (!frontbuffer_suggested_allocation_)
263 if (!frontbuffer_suggested_allocation_)
texture_image_transport_surface.h 101 bool frontbuffer_suggested_allocation_; member in class:content::TextureImageTransportSurface

Completed in 128 milliseconds