Home
last modified time | relevance | path

Searched defs:RenderBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DRenderBuffer.h30 struct RenderBuffer { struct
35 RenderBuffer(GLenum format, uint32_t width, uint32_t height): in RenderBuffer() function
41 ~RenderBuffer() { in ~RenderBuffer() argument
50 GLuint getName() const { in getName()
57 GLenum getFormat() const { in getFormat()
64 void bind() const { in bind()
72 bool isAllocated() const { in isAllocated()
80 void allocate() { in allocate()
92 void resize(uint32_t width, uint32_t height) { in resize()
104 uint32_t getWidth() const { in getWidth()
[all …]