Lines Matching defs:layerId
132 const int32_t layerId(getLayerId(layer)); in addInitialSurfaceStateLocked() local
219 int32_t layerId) in createSurfaceChangeLocked()
248 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
257 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
265 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
274 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
282 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
294 int32_t layerId, const Region& transRegion) in addTransparentRegionLocked()
305 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, uint8_t flags, in addFlagsLocked()
325 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
332 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
341 void SurfaceInterceptor::addCornerRadiusLocked(Transaction* transaction, int32_t layerId, in addCornerRadiusLocked()
349 void SurfaceInterceptor::addBackgroundBlurRadiusLocked(Transaction* transaction, int32_t layerId, in addBackgroundBlurRadiusLocked()
356 void SurfaceInterceptor::addBlurRegionsLocked(Transaction* transaction, int32_t layerId, in addBlurRegionsLocked()
375 void SurfaceInterceptor::addReparentLocked(Transaction* transaction, int32_t layerId, in addReparentLocked()
382 void SurfaceInterceptor::addRelativeParentLocked(Transaction* transaction, int32_t layerId, in addRelativeParentLocked()
390 void SurfaceInterceptor::addShadowRadiusLocked(Transaction* transaction, int32_t layerId, in addShadowRadiusLocked()
397 void SurfaceInterceptor::addTrustedOverlayLocked(Transaction* transaction, int32_t layerId, in addTrustedOverlayLocked()
414 const int32_t layerId(getLayerId(layer)); in addSurfaceChangesLocked() local
535 void SurfaceInterceptor::addBufferUpdateLocked(Increment* increment, int32_t layerId, in addBufferUpdateLocked()
669 void SurfaceInterceptor::saveBufferUpdate(int32_t layerId, uint32_t width, in saveBufferUpdate()