Home
last modified time | relevance | path

Searched refs:layer_id (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h49 typedef int32_t layer_id; typedef
86 layer_id id, const PositionChange& pc);
88 layer_id id, const SizeChange& sc);
90 layer_id id, const AlphaChange& ac);
92 layer_id id, const LayerChange& lc);
94 layer_id id, const CropChange& cc);
96 layer_id id, const CornerRadiusChange& cc);
98 layer_id id, const BackgroundBlurRadiusChange& cc);
100 layer_id id, const BlurRegionsChange& cc);
102 layer_id id, const MatrixChange& mc);
[all …]
DReplayer.cpp459 layer_id id, const PositionChange& pc) { in setPosition()
465 layer_id id, const SizeChange& sc) { in setSize()
471 layer_id id, const LayerChange& lc) { in setLayer()
477 layer_id id, const AlphaChange& ac) { in setAlpha()
483 layer_id id, const CropChange& cc) { in setCrop()
494 layer_id id, const CornerRadiusChange& cc) { in setCornerRadius()
501 layer_id id, const BackgroundBlurRadiusChange& cc) { in setBackgroundBlurRadius()
509 layer_id id, const MatrixChange& mc) { in setMatrix()
516 layer_id id, const TransparentRegionHintChange& trhc) { in setTransparentRegionHint()
529 layer_id id, const LayerStackChange& lsc) { in setLayerStack()
[all …]
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md11 void* AndroidGLESLayer_Initialize(void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_…
14 …ze` is a new function that provides an identifier for the layer to use (layer_id) and an entrypoin…
17 void* gpa = get_next_layer_proc_address(layer_id, func);
140 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
159 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
160 return (void)glesLayer_InitializeLayer(layer_id, get_next_layer_proc_address);
201 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
206 funcMap[func] = get_next_layer_proc_address(layer_id, func);
223 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
224 return (void)glesLayer_InitializeLayer(layer_id, get_next_layer_proc_address);
Degl_layers.h43 const void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address);
Degl_layers.cpp73 const void* getNextLayerProcAddress(void* layer_id, const char* name) { in getNextLayerProcAddress() argument
76 auto next_layer_funcs = reinterpret_cast<FunctionTable*>(layer_id); in getNextLayerProcAddress()
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py146 change.deferred_transaction.layer_id, \
252 layer_id = input("Enter layer_id: ")
255 return int(layer_id), int(frame_number)
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp108 uint64_t layer_id = layer_ids_++; in CreateLayer() local
109 layers_.push_back(HwcLayer(layer_id)); in CreateLayer()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1911 int32_t layer_id = -1; in mirrorSurface() local
1912 status_t err = mClient->mirrorSurface(mirrorFromHandle, &handle, &layer_id); in mirrorSurface()
1914 return new SurfaceControl(this, handle, nullptr, layer_id, true /* owned */); in mirrorSurface()