Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:layer

203     const Layer::State& front(drawingState());
204 const Layer::State& temp(currentState());
208 // resize the layer, set the physical size to the requested size
209 Layer::State& editTemp(currentState());
216 flags |= Layer::eVisibleRegion;
242 const Layer::State& s(drawingState());
604 LOGE("layer %p, texture=%d, using format %d, which is not "
667 LOGE("layer=%p, glEGLImageTargetTexture2DOES(%p) "
679 LOGE("layer=%p, eglCreateImageKHR() failed. err=0x%4x",
745 // called with SurfaceFlinger::mStateLock as soon as the layer is entered
770 sp<LayerBaseClient> layer = getOwner();
771 if (layer != 0) {
772 mFlinger->destroySurface(layer);