Lines Matching defs:layerId
101 const int32_t layerId(getLayerId(layer)); in addInitialSurfaceStateLocked() local
172 int32_t layerId) in createSurfaceChangeLocked()
194 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
203 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
211 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
220 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
228 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
240 int32_t layerId, const Region& transRegion) in addTransparentRegionLocked()
251 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, in addFlagsLocked()
272 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
280 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
289 void SurfaceInterceptor::addFinalCropLocked(Transaction* transaction, int32_t layerId, in addFinalCropLocked()
298 void SurfaceInterceptor::addDeferTransactionLocked(Transaction* transaction, int32_t layerId, in addDeferTransactionLocked()
313 int32_t layerId, int32_t overrideScalingMode) in addOverrideScalingModeLocked()
330 const int32_t layerId(getLayerId(layer)); in addSurfaceChangesLocked() local