Home | History | Annotate | Download | only in hwui

Lines Matching full:render

27  * Represents an OpenGL render buffer. Render buffers are attached
32 * Creates a new render buffer in the specified format and dimensions.
48 * Returns the GL name of this render buffer.
55 * Returns the format of this render buffer.
62 * Binds this render buffer to the current GL context.
69 * Indicates whether this render buffer has allocated its
77 * Allocates this render buffer's storage if needed.
88 * Resizes this render buffer. If the buffer was previously allocated,
102 * Returns the width of the render buffer in pixels.
109 * Returns the height of the render buffer in pixels.
116 * Returns the size of this render buffer in bytes.
158 * Returns the name of the specified render buffer format.