Home | History | Annotate | Download | only in DisplayHardware

Lines Matching full:gles

41         case DisplaySurface::COMPOSITION_GLES:    return "GLES";
71 // with GLES. If the consumer needs CPU access, use the default format
122 // Forcing GLES-composed frames to go through an extra copy by the HWC
140 // We must have just switched from GLES-only to MIXED or HWC
141 // composition. Stop using the format and usage requested by the GLES
147 // If we just switched *to* GLES-only mode, we'll change the
148 // format/usage and get a new buffer when the GLES driver calls
172 "Unexpected advanceFrame() in %s state on GLES/MIXED frame",
180 // in a GLES configuration, if the sink disappears then dequeueBuffer
181 // will fail, the GLES driver won't queue a buffer, but SurfaceFlinger
319 // in a GLES configuration, if the sink disappears then dequeueBuffer
320 // will fail, the GLES driver won't queue a buffer, but SurfaceFlinger
327 // We already dequeued the output buffer. If the GLES driver wants
330 // prepare and set, but since we're in GLES-only mode already it
402 // Extract the GLES release fence for HWC to acquire
479 // On GLES-only frames, we don't have the right output buffer acquire fence
480 // until after GLES calls queueBuffer(). So here we just set the buffer
512 case DBG_STATE_GLES: return "GLES";