Home
last modified time | relevance | path

Searched defs:Layer (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp54 struct Layer { struct
55 VkLayerProperties properties;
56 size_t library_idx;
59 bool is_global;
61 std::vector<VkExtensionProperties> instance_extensions;
62 std::vector<VkExtensionProperties> device_extensions;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h65 class Layer; variable
191 class Layer; variable
DHWC2.cpp166 Error Display::getChangedCompositionTypes(std::unordered_map<HWC2::Layer*, Composition>* outTypes) { in getChangedCompositionTypes()
258 std::unordered_map<HWC2::Layer*, LayerRequest>* outLayerRequests) { in getRequests()
383 Error Display::getReleaseFences(std::unordered_map<HWC2::Layer*, sp<Fence>>* outFences) const { in getReleaseFences()
686 Layer::Layer(android::Hwc2::Composer& composer, in Layer() function in android::HWC2::impl::Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DCompositionEngineTest.cpp145 struct Layer { struct
146 Layer() { EXPECT_CALL(outputLayer, getLayerFE()).WillRepeatedly(ReturnRef(*layerFE)); } in Layer() argument
148 StrictMock<mock::OutputLayer> outputLayer;
149 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
150 LayerFECompositionState layerFEState;
DOutputTest.cpp1182 struct Layer { struct
1183 StrictMock<mock::OutputLayer> outputLayer;
1184 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
1357 struct Layer { struct
1358 Layer() { in Layer() function
1363 StrictMock<mock::OutputLayer> outputLayer;
1364 impl::OutputLayerCompositionState outputLayerState;
1365 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
2089 struct Layer { struct
2090 Layer() { in Layer() argument
[all …]
DDisplayTest.cpp75 struct Layer { struct
76 Layer() { in Layer() function
81 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make();
82 StrictMock<mock::OutputLayer>* outputLayer = new StrictMock<mock::OutputLayer>();
83 StrictMock<HWC2::mock::Layer> hwc2Layer;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutputLayer.h45 class Layer; variable
DOutput.h46 class Layer; variable
/frameworks/native/services/surfaceflinger/
DTunnelModeEnabledReporter.h29 class Layer; variable
DClient.h31 class Layer; variable
DLayerVector.h26 class Layer; variable
DLayerRenderArea.h30 class Layer; variable
DFpsReporter.h32 class Layer; variable
DSurfaceFlingerFactory.h40 class Layer; variable
DRegionSamplingThread.h39 class Layer; variable
DSurfaceFlingerDefaultFactory.cpp88 sp<LayerFE> DefaultFactory::createLayerFE(const std::string& layerName, const Layer* /* owner */) { in createLayerFE()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHandle.h24 class Layer; variable
/frameworks/base/libs/hwui/
DReadback.h37 class Layer; variable
DLayer.cpp30 Layer::Layer(RenderState& renderState, sk_sp<SkColorFilter> colorFilter, int alpha, in Layer() function in android::uirenderer::Layer
/frameworks/av/media/libstagefright/include/media/stagefright/
DFrameCaptureProcessor.h46 struct Layer : public RefBase { struct
/frameworks/base/libs/hwui/renderstate/
DRenderState.h29 class Layer; variable
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h37 class Layer; variable
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DCleanArchitectureDependencyViolationDetector.kt95 private enum class Layer( in <lambda>() class in com.android.internal.systemui.lint.CleanArchitectureDependencyViolationDetector
/frameworks/native/cmds/flatland/
DMain.cpp284 class Layer { class
288 Layer() : in Layer() function in Layer
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h46 class Layer; variable

12