Lines Matching full:gles
31 /* This DisplaySurface implementation supports virtual displays, where GLES
38 * case, the GLES driver works directly with the output buffer queue, and
43 * configurations: GLES-only, HWC-only, and MIXED composition. In all of these,
46 * In GLES-only composition, the GLES driver is given a buffer from the sink to
47 * render into. When the GLES driver queues the buffer to the
62 * an internal BufferQueue that it uses as a scratch buffer pool. The GLES
95 // IGraphicBufferProducer interface, used by the GLES driver.
121 // set of slots used by the GLES producer ("producer slots" or "pslot") and
143 // the composition type changes or the GLES driver starts requesting
148 // Since we present a single producer interface to the GLES driver, but
158 // transform hint cleared. Since we defer queueBuffer from the GLES driver
166 // Composition type and GLES buffer source for the current frame.
196 // | PREPARED | dequeueBuffer [1] || GLES |
198 // | GLES | queueBuffer || GLES_DONE |
211 // to GLES yet.
213 // GLES driver has a buffer dequeued
215 // GLES driver has queued the buffer, we haven't sent it to HWC yet