Home | History | Annotate | Download | only in DisplayHardware

Lines Matching full:gles

32 /* This DisplaySurface implementation supports virtual displays, where GLES
39 * case, the GLES driver works directly with the output buffer queue, and
44 * configurations: GLES-only, HWC-only, and MIXED composition. In all of these,
47 * In GLES-only composition, the GLES driver is given a buffer from the sink to
48 * render into. When the GLES driver queues the buffer to the
63 * an internal BufferQueue that it uses as a scratch buffer pool. The GLES
98 // IGraphicBufferProducer interface, used by the GLES driver.
131 // set of slots used by the GLES producer ("producer slots" or "pslot") and
153 // the composition type changes or the GLES driver starts requesting
158 // Since we present a single producer interface to the GLES driver, but
168 // transform hint cleared. Since we defer queueBuffer from the GLES driver
180 // Composition type and GLES buffer source for the current frame.
206 // | PREPARED | dequeueBuffer [1] || GLES |
208 // | GLES | queueBuffer || GLES_DONE |
221 // to GLES yet.
223 // GLES driver has a buffer dequeued
225 // GLES driver has queued the buffer, we haven't sent it to HWC yet