Searched refs:SetFrontbufferAllocation (Results 1 – 8 of 8) sorted by relevance
202 void GLSurface::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation() function in gfx::GLSurface326 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation() function in gfx::GLSurfaceAdapter327 surface_->SetFrontbufferAllocation(allocated); in SetFrontbufferAllocation()
89 virtual void SetFrontbufferAllocation(bool allocated);175 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
29 MOCK_METHOD1(SetFrontbufferAllocation, void(bool allocated));
78 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
44 virtual void SetFrontbufferAllocation(bool allocated) OVERRIDE;
138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { in SetFrontbufferAllocation() function in content::TextureImageTransportSurface
100 void ImageTransportSurfaceFBO::SetFrontbufferAllocation(bool allocation) {
1074 surface_->SetFrontbufferAllocation(suggest_have_frontbuffer); in SuggestHaveFrontBuffer()