Home
last modified time | relevance | path

Searched refs:SetFrontbufferAllocation (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_surface.cc202 void GLSurface::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation() function in gfx::GLSurface
326 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation() function in gfx::GLSurfaceAdapter
327 surface_->SetFrontbufferAllocation(allocated); in SetFrontbufferAllocation()
Dgl_surface.h89 virtual void SetFrontbufferAllocation(bool allocated);
175 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
Dgl_surface_mock.h29 MOCK_METHOD1(SetFrontbufferAllocation, void(bool allocated));
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_fbo_mac.h78 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
Dtexture_image_transport_surface.h44 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
Dtexture_image_transport_surface.cc138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { in SetFrontbufferAllocation() function in content::TextureImageTransportSurface
Dimage_transport_surface_fbo_mac.mm100 void ImageTransportSurfaceFBO::SetFrontbufferAllocation(bool allocation) {
Dgpu_command_buffer_stub.cc1074 surface_->SetFrontbufferAllocation(suggest_have_frontbuffer); in SuggestHaveFrontBuffer()