Home | History | Annotate | Download | only in gpu

Lines Matching refs:IntSize

35 #include "platform/geometry/IntSize.h"
67 virtual IntSize oldestContextSize() = 0;
89 IntSize size;
101 static PassRefPtr<DrawingBuffer> create(PassOwnPtr<blink::WebGraphicsContext3D>, const IntSize&, PreserveDrawingBuffer, blink::WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager>);
113 static IntSize adjustSize(const IntSize& desiredSize, const IntSize& curSize, int maxTextureSize);
114 bool reset(const IntSize&);
116 IntSize size() const { return m_size; }
178 bool initialize(const IntSize&);
186 bool resizeFramebuffer(const IntSize&);
187 bool resizeMultisampleFramebuffer(const IntSize&);
188 void resizeDepthStencil(const IntSize&);
200 void setSize(const IntSize& size);
203 static int pixelDelta(const IntSize& newSize, const IntSize& curSize);
207 IntSize adjustSizeWithContextEviction(const IntSize&, bool& evictContext);
228 void allocateTextureMemory(TextureInfo*, const IntSize&);
239 IntSize m_size;