Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:format

139                             PixelFormat format, uint32_t flags)
141 // this surfaces pixel format
143 status_t err = getPixelFormatInfo(format, &info);
146 // the display's pixel format
161 mFormat = format;
166 mCurrentOpacity = getOpacityForFormat(format);
169 mSurfaceTexture->setDefaultBufferFormat(format);
311 bool Layer::getOpacityForFormat(uint32_t format)
313 if (HARDWARE_IS_DEVICE_FORMAT(format)) {
317 status_t err = getPixelFormatInfo(PixelFormat(format), &info);
318 // in case of error (unknown format), we assume no blending
332 // otherwise we use the current buffer's format.
461 mCurrentOpacity = getOpacityForFormat(mActiveBuffer->format);
558 f0 = buf0->format;
562 "format=%2d, activeBuffer=[%4ux%4u:%4u,%3X],"