Lines Matching defs:layerId
103 const int32_t layerId(getLayerId(layer)); in addInitialSurfaceStateLocked() local
176 int32_t layerId) in createSurfaceChangeLocked()
198 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
207 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
215 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
224 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
232 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
244 int32_t layerId, const Region& transRegion) in addTransparentRegionLocked()
255 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, in addFlagsLocked()
276 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
284 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
293 void SurfaceInterceptor::addCornerRadiusLocked(Transaction* transaction, int32_t layerId, in addCornerRadiusLocked()
301 void SurfaceInterceptor::addDeferTransactionLocked(Transaction* transaction, int32_t layerId, in addDeferTransactionLocked()
316 int32_t layerId, int32_t overrideScalingMode) in addOverrideScalingModeLocked()
333 const int32_t layerId(getLayerId(layer)); in addSurfaceChangesLocked() local