Home | History | Annotate | Download | only in client

Lines Matching refs:internalformat

23   // Creates a GPU memory buffer instance with |size| and |internalformat| for
26 unsigned internalformat,
29 // Allocates a GPU memory buffer with |size| and |internalformat| for |usage|
33 unsigned internalformat,
38 // Creates an instance from the given |handle|. |size| and |internalformat|
43 unsigned internalformat);
45 // Returns true if |internalformat| is a format recognized by this base class.
46 static bool IsFormatValid(unsigned internalformat);
52 // implementation when using |internalformat|.
53 static size_t BytesPerPixel(unsigned internalformat);
59 GpuMemoryBufferImpl(const gfx::Size& size, unsigned internalformat);