Lines Matching full:gles
33 /* This DisplaySurface implementation supports virtual displays, where GLES
40 * case, the GLES driver works directly with the output buffer queue, and
45 * configurations: GLES-only, HWC-only, and MIXED composition. In all of these,
48 * In GLES-only composition, the GLES driver is given a buffer from the sink to
49 * render into. When the GLES driver queues the buffer to the
64 * an internal BufferQueue that it uses as a scratch buffer pool. The GLES
99 // IGraphicBufferProducer interface, used by the GLES driver.
144 // set of slots used by the GLES producer ("producer slots" or "pslot") and
166 // the composition type changes or the GLES driver starts requesting
171 // Since we present a single producer interface to the GLES driver, but
181 // transform hint cleared. Since we defer queueBuffer from the GLES driver
195 // Composition type and GLES buffer source for the current frame.
221 // | PREPARED | dequeueBuffer [1] || GLES |
223 // | GLES | queueBuffer || GLES_DONE |
236 // to GLES yet.
238 // GLES driver has a buffer dequeued
240 // GLES driver has queued the buffer, we haven't sent it to HWC yet