Home
last modified time | relevance | path

Searched defs:layerId (Results 1 - 22 of 22) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_session.h49 int32_t CallLayerFunction(uint32_t devId, uint32_t layerId, int32_t (HdiLayer::*member)(Args...), Args... args) in CallLayerFunction() argument
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.h46 int32_t CallLayerFunction(uint32_t devId, uint32_t layerId, int32_t (HdiLayer::*member)(Args...), Args... args) in CallLayerFunction() argument
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder() argument
90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
115 CloseLayer(uint32_t layerId) CloseLayer() argument
[all...]
H A Dhdi_session.cpp232 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
239 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() argument
245 static int32_t SetLayerSize(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerSize() argument
252 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop() argument
259 SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) SetLayerZorder() argument
265 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
271 SetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha *alpha) SetLayerAlpha() argument
278 SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetTransformMode() argument
284 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, IRect *region) SetLayerDirtyRegion() argument
291 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) SetLayerVisibleRegion() argument
298 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t fence) SetLayerBuffer() argument
304 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
310 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
316 SetLayerVisible(uint32_t devId, uint32_t layerId, bool visible) SetLayerVisible() argument
[all...]
/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp50 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
61 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() argument
68 static int32_t SetLayerSize(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerSize() argument
76 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop() argument
82 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_ argument
89 SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetTransformMode() argument
96 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t fence) SetLayerBuffer() argument
[all...]
/drivers/interface/display/composer/cache_manager/
H A Ddevice_cache.cpp126 int32_t DeviceCache::ClearLayerBuffer(uint32_t layerId) in ClearLayerBuffer() argument
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp93 uint32_t layerId = 0; in CreateHdiTestLayer() local
233 uint32_t layerId = iter.first; in Clear() local
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.h74 uint32_t layerId; member
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h99 static int32_t SetupDevice(uint32_t devId, uint32_t layerId, CommandDataPacker& packer) in SetupDevice() argument
245 static int32_t SetupDeviceUnpack(CommandDataUnpacker& unpacker, uint32_t& devId, uint32_t& layerId) in SetupDeviceUnpack() argument
H A Ddisplay_cmd_requester.h241 int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) in SetLayerAlpha() argument
289 int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect &rect) in SetLayerRegion() argument
320 int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect &rect) in SetLayerCrop() argument
351 int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() argument
383 int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti() argument
416 SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetLayerTransformMode() argument
448 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect> &rects) SetLayerDirtyRegion() argument
488 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect> &rects) SetLayerVisibleRegion() argument
528 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle* buffer, uint32_t seqNo, int32_t fence, const std::vector<uint32_t>& deletingList) SetLayerBuffer() argument
583 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
615 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
647 SetLayerMaskInfo(uint32_t devId, uint32_t layerId, const MaskInfo maskInfo) SetLayerMaskInfo() argument
679 SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) SetLayerColor() argument
[all...]
H A Ddisplay_cmd_responser.h549 uint32_t layerId = 0; in OnSetLayerAlpha() local
589 uint32_t layerId = 0; in OnSetLayerRegion() local
615 uint32_t layerId = 0; in OnSetLayerCrop() local
641 uint32_t layerId in OnSetLayerZorder() local
667 uint32_t layerId = 0; OnSetLayerPreMulti() local
693 uint32_t layerId = 0; OnSetLayerTransformMode() local
720 uint32_t layerId = 0; OnSetLayerDirtyRegion() local
755 uint32_t layerId = 0; OnSetLayerVisibleRegion() local
788 uint32_t layerId; global() member
911 uint32_t layerId = 0; OnSetLayerCompositionType() local
936 uint32_t layerId = 0; OnSetLayerBlendType() local
961 uint32_t layerId = 0; OnSetLayerMaskInfo() local
987 uint32_t layerId = 0; OnSetLayerColor() local
1020 GetFileName(uint32_t devId, uint32_t layerId, const BufferHandle& buffer) GetFileName() argument
1038 DumpLayerBuffer(uint32_t devId, uint32_t layerId, int32_t fence, const BufferHandle& buffer, std::string tag) DumpLayerBuffer() argument
[all...]
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp227 uint32_t layerId; in BENCHMARK_F() local
457 uint32_t layerId; in BENCHMARK_F() local
682 uint32_t layerId = 1; in BENCHMARK_F() local
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder() argument
89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
114 DestroyLayer(uint32_t layerId) DestroyLayer() argument
[all...]
H A Ddisplay_composer_vdi_impl.cpp213 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() argument
220 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() argument
234 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) in SetLayerAlpha() argument
242 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion() argument
250 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop() argument
258 SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) SetLayerZorder() argument
265 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
272 SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetLayerTransformMode() argument
279 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) SetLayerDirtyRegion() argument
287 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) SetLayerVisibleRegion() argument
293 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle& buffer, int32_t fence) SetLayerBuffer() argument
302 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
309 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
316 SetLayerMaskInfo(uint32_t devId, uint32_t layerId, const MaskInfo maskInfo) SetLayerMaskInfo() argument
322 SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) SetLayerColor() argument
[all...]
H A Dhdi_session.cpp256 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() argument
269 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion() argument
276 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop() argument
283 SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) SetLayerZorder() argument
289 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
295 SetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha *alpha) SetLayerAlpha() argument
302 SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetLayerTransformMode() argument
308 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, IRect *region) SetLayerDirtyRegion() argument
315 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, IRect *rect) SetLayerVisibleRegion() argument
322 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t fence) SetLayerBuffer() argument
328 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
334 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
[all...]
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp135 int32_t UsingCreateLayer(uint32_t devId, uint32_t& layerId) in UsingCreateLayer() argument
152 int32_t UsingCloseLayer(uint32_t devId, uint32_t layerId) in UsingCloseLayer() argument
162 int32_t TestSetLayerAlpha(uint32_t devId, uint32_t layerId) in TestSetLayerAlpha() argument
178 int32_t TestSetLayerRegion(uint32_t devId, uint32_t layerId) in TestSetLayerRegion() argument
193 int32_t TestSetLayerCrop(uint32_t devId, uint32_t layerId) in TestSetLayerCrop() argument
208 int32_t TestSetLayerZorder(uint32_t devId, uint32_t layerId) in TestSetLayerZorder() argument
218 TestSetLayerPreMulti(uint32_t devId, uint32_t layerId) TestSetLayerPreMulti() argument
228 TestSetLayerTransformMode(uint32_t devId, uint32_t layerId) TestSetLayerTransformMode() argument
243 TestSetLayerDirtyRegion(uint32_t devId, uint32_t layerId) TestSetLayerDirtyRegion() argument
260 TestSetLayerVisibleRegion(uint32_t devId, uint32_t layerId) TestSetLayerVisibleRegion() argument
277 TestSetLayerBuffer(uint32_t devId, uint32_t layerId) TestSetLayerBuffer() argument
295 TestSetLayerCompositionType(uint32_t devId, uint32_t layerId) TestSetLayerCompositionType() argument
310 TestSetLayerBlendType(uint32_t devId, uint32_t layerId) TestSetLayerBlendType() argument
325 TestSetLayerMaskInfo(uint32_t devId, uint32_t layerId) TestSetLayerMaskInfo() argument
340 TestSetLayerColor(uint32_t devId, uint32_t layerId) TestSetLayerColor() argument
355 TestSetLayerPerFrameParameter(uint32_t devId, uint32_t layerId) TestSetLayerPerFrameParameter() argument
415 uint32_t layerId = GetData<uint32_t>(); FuzzTest() local
[all...]
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() argument
235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() argument
251 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) in SetLayerAlpha() argument
260 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion() argument
269 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop() argument
277 SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) SetLayerZorder() argument
285 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
293 SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetLayerTransformMode() argument
301 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) SetLayerDirtyRegion() argument
310 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) SetLayerVisibleRegion() argument
316 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle& buffer, int32_t fence) SetLayerBuffer() argument
326 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
334 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
342 SetLayerMaskInfo(uint32_t devId, uint32_t layerId, const MaskInfo maskInfo) SetLayerMaskInfo() argument
348 SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) SetLayerColor() argument
[all...]
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp514 int32_t DisplayComposerService::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() argument
646 int32_t DisplayComposerService::SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key, in SetLayerPerFrameParameter() argument
762 int32_t DisplayComposerService::ClearLayerBuffer(uint32_t devId, uint32_t layerId) in ClearLayerBuffer() argument
497 CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, uint32_t& layerId) CreateLayer() argument
[all...]
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp208 int32_t DisplayDeviceService::CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layerId) in CreateLayer() argument
213 int32_t DisplayDeviceService::SetLayerVisible(uint32_t devId, uint32_t layerId, bool visible) in SetLayerVisible() argument
218 int32_t DisplayDeviceService::GetLayerVisibleState(uint32_t devId, uint32_t layerId, bool &visible) in GetLayerVisibleState() argument
223 int32_t DisplayDeviceService::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect *rect) in SetLayerCrop() argument
228 int32_t DisplayDeviceService::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder() argument
233 GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) GetLayerZorder() argument
238 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
243 GetLayerPreMulti(uint32_t devId, uint32_t layerId, bool &preMul) GetLayerPreMulti() argument
248 SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) SetLayerAlpha() argument
253 GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) GetLayerAlpha() argument
258 SetLayerColorKey(uint32_t devId, uint32_t layerId, bool enable, uint32_t key) SetLayerColorKey() argument
263 GetLayerColorKey(uint32_t devId, uint32_t layerId, bool *enable, uint32_t *key) GetLayerColorKey() argument
268 SetLayerPalette(uint32_t devId, uint32_t layerId, const uint32_t *palette, uint32_t len) SetLayerPalette() argument
273 GetLayerPalette(uint32_t devId, uint32_t layerId, uint32_t &palette, uint32_t len) GetLayerPalette() argument
278 SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) SetLayerCompression() argument
283 GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) GetLayerCompression() argument
288 Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) Flush() argument
293 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, uint32_t num, const IRect &region) SetLayerDirtyRegion() argument
300 GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) GetLayerBuffer() argument
305 SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetTransformMode() argument
310 CloseLayer(uint32_t devId, uint32_t layerId) CloseLayer() argument
315 SetLayerSize(uint32_t devId, uint32_t layerId, const IRect *rect) SetLayerSize() argument
320 GetLayerSize(uint32_t devId, uint32_t layerId, IRect &rect) GetLayerSize() argument
325 WaitForVBlank(uint32_t devId, uint32_t layerId, int32_t timeOut) WaitForVBlank() argument
350 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, const IRect &rect) SetLayerVisibleRegion() argument
355 SetLayerBuffer( uint32_t devId, uint32_t layerId, const BufferHandle &buffer, int32_t fence) SetLayerBuffer() argument
361 InvokeLayerCmd(uint32_t devId, uint32_t layerId, uint32_t cmd, ...) InvokeLayerCmd() argument
369 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
374 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
[all...]
H A Ddisplay_device_host_driver.cpp1001 uint32_t layerId = 0; in CreateLayer() local
1028 uint32_t layerId = 0; in SetLayerVisible() local
1058 uint32_t layerId = 0; in GetLayerVisibleState() local
1091 uint32_t layerId = 0; SetLayerCrop() local
1121 uint32_t layerId = 0; SetLayerZorder() local
1150 uint32_t layerId = 0; GetLayerZorder() local
1183 uint32_t layerId = 0; SetLayerPreMulti() local
1212 uint32_t layerId = 0; GetLayerPreMulti() local
1244 uint32_t layerId = 0; SetLayerAlpha() local
1274 uint32_t layerId = 0; GetLayerAlpha() local
1306 uint32_t layerId = 0; SetLayerColorKey() local
1340 uint32_t layerId = 0; GetLayerColorKey() local
1377 uint32_t layerId = 0; SetLayerPalette() local
1413 uint32_t layerId = 0; GetLayerPalette() local
1456 uint32_t layerId = 0; SetLayerCompression() local
1485 uint32_t layerId = 0; GetLayerCompression() local
1517 uint32_t layerId = 0; Flush() local
1551 uint32_t layerId = 0; SetLayerVisibleRegion() local
1588 uint32_t layerId = 0; SetLayerDirtyRegion() local
1624 uint32_t layerId = 0; GetLayerBuffer() local
1660 uint32_t layerId = 0; SetLayerBuffer() local
1701 uint32_t layerId = 0; SetLayerCompositionType() local
1795 uint32_t layerId = 0; CloseLayer() local
1819 uint32_t layerId = 0; SetLayerSize() local
1853 uint32_t layerId = 0; GetLayerSize() local
1887 uint32_t layerId = 0; SetTransformMode() local
1920 uint32_t layerId = 0; WaitForVBlank() local
1988 uint32_t layerId = 0; SetLayerBlendType() local
[all...]
/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c272 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
309 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() argument
357 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in Flush() argument
388 static int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffe argument
[all...]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1006 int32_t DisplayDeviceProxy::CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layerId) in CreateLayer() argument
1035 int32_t DisplayDeviceProxy::CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() argument
1063 int32_t DisplayDeviceProxy::SetLayerVisible(uint32_t devId, uint32_t layerId, bool visible) in SetLayerVisible() argument
1095 int32_t DisplayDeviceProxy::GetLayerVisibleState(uint32_t devId, uint32_t layerId, boo argument
1123 SetLayerSize(uint32_t devId, uint32_t layerId, const IRect *rect) SetLayerSize() argument
1159 GetLayerSize(uint32_t devId, uint32_t layerId, IRect &rect) GetLayerSize() argument
1190 SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect *rect) SetLayerCrop() argument
1227 SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) SetLayerZorder() argument
1259 GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) GetLayerZorder() argument
1288 SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) SetLayerPreMulti() argument
1320 GetLayerPreMulti(uint32_t devId, uint32_t layerId, bool &preMul) GetLayerPreMulti() argument
1348 SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) SetLayerAlpha() argument
1379 GetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha &alpha) GetLayerAlpha() argument
1411 SetLayerColorKey(uint32_t devId, uint32_t layerId, bool enable, uint32_t key) SetLayerColorKey() argument
1446 GetLayerColorKey(uint32_t devId, uint32_t layerId, bool *enable, uint32_t *key) GetLayerColorKey() argument
1476 SetLayerPalette(uint32_t devId, uint32_t layerId, const uint32_t *palette, uint32_t len) SetLayerPalette() argument
1516 GetLayerPalette(uint32_t devId, uint32_t layerId, uint32_t &palette, uint32_t len) GetLayerPalette() argument
1549 SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) SetTransformMode() argument
1580 SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) SetLayerCompression() argument
1611 GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) GetLayerCompression() argument
1639 SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, uint32_t num, const IRect &region) SetLayerDirtyRegion() argument
1675 GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) GetLayerBuffer() argument
1716 Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) Flush() argument
1751 WaitForVBlank(uint32_t devId, uint32_t layerId, int32_t timeOut) WaitForVBlank() argument
1815 SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, uint32_t num, const IRect &rect) SetLayerVisibleRegion() argument
1850 SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle &buffer, int32_t fence) SetLayerBuffer() argument
1885 InvokeLayerCmd(uint32_t devId, uint32_t layerId, uint32_t cmd, ...) InvokeLayerCmd() argument
1894 SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) SetLayerCompositionType() argument
1925 SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) SetLayerBlendType() argument
[all...]

Completed in 19 milliseconds