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

  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 47 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
115 void ImageTransportSurfaceAndroid::SetFrontbufferAllocation(bool allocation) {
image_transport_surface_win.cc 43 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
174 void PbufferImageTransportSurface::SetFrontbufferAllocation(bool allocation) {
texture_image_transport_surface.cc 138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) {
image_transport_surface_mac.cc 58 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
222 void IOSurfaceImageTransportSurface::SetFrontbufferAllocation(bool allocation) {
  /external/chromium_org/ui/gl/
gl_surface.cc 126 void GLSurface::SetFrontbufferAllocation(bool allocated) {
237 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) {
238 surface_->SetFrontbufferAllocation(allocated);
gl_surface_glx.cc 480 void NativeViewGLSurfaceGLX::SetFrontbufferAllocation(bool allocated) {

Completed in 297 milliseconds