Home | History | Annotate | Download | only in hwui

Lines Matching full:fbo

37      * Returns an FBO from the cache. If no FBO is available, a new one
38 * is created. If creating a new FBO fails, 0 is returned.
40 * When an FBO is obtained from the cache, it is removed and the
43 * @return The name of the FBO, or 0 if no FBO can be obtained.
48 * Adds the specified FBO to the cache.
50 * @param fbo The FBO to add to the cache.
52 * @return True if the FBO was added, false otherwise.
54 bool put(GLuint fbo);