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

  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 61 bool frontbuffer_suggested_allocation_; member in class:content::__anon10305::PbufferImageTransportSurface
84 frontbuffer_suggested_allocation_(true),
136 if (!frontbuffer_suggested_allocation_)
174 if (frontbuffer_suggested_allocation_ == allocation)
176 frontbuffer_suggested_allocation_ = allocation;
180 if (!frontbuffer_suggested_allocation_)
225 DCHECK(frontbuffer_suggested_allocation_);
image_transport_surface_mac.cc 80 bool frontbuffer_suggested_allocation_; member in class:content::__anon10304::IOSurfaceImageTransportSurface
134 frontbuffer_suggested_allocation_(true),
220 if (frontbuffer_suggested_allocation_ == allocation)
222 frontbuffer_suggested_allocation_ = allocation;
230 !frontbuffer_suggested_allocation_ &&
241 if (!frontbuffer_suggested_allocation_)
260 if (!frontbuffer_suggested_allocation_)
texture_image_transport_surface.cc 47 frontbuffer_suggested_allocation_(true),
138 if (frontbuffer_suggested_allocation_ == allocation)
140 frontbuffer_suggested_allocation_ = allocation;
147 if (!frontbuffer_suggested_allocation_ &&
203 if (!frontbuffer_suggested_allocation_)
233 if (!frontbuffer_suggested_allocation_)
338 if (frontbuffer_.get() && !frontbuffer_suggested_allocation_)
texture_image_transport_surface.h 100 bool frontbuffer_suggested_allocation_; member in class:content::TextureImageTransportSurface

Completed in 104 milliseconds