Home | History | Annotate | Download | only in client

Lines Matching refs:internalformat

26   // Creates a GPU memory buffer instance with |size| and |internalformat| for
29 unsigned internalformat,
34 // Allocates a GPU memory buffer with |size| and |internalformat| for |usage|
38 unsigned internalformat,
49 // Creates an instance from the given |handle|. |size| and |internalformat|
56 unsigned internalformat,
59 // Returns true if |internalformat| is a format recognized by this base class.
60 static bool IsFormatValid(unsigned internalformat);
66 // implementation when using |internalformat|.
67 static size_t BytesPerPixel(unsigned internalformat);
74 unsigned internalformat,