Home
last modified time | relevance | path

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

12

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp55 struct Layer { struct
56 VkLayerProperties properties;
57 size_t library_idx;
60 bool is_global;
62 std::vector<VkExtensionProperties> instance_extensions;
63 std::vector<VkExtensionProperties> device_extensions;
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h30 class Layer; variable
DMonitoredProducer.h27 class Layer; variable
DClient.h33 class Layer; variable
DLayerVector.h26 class Layer; variable
DSurfaceFlingerConsumer.h28 class Layer; variable
DSurfaceFlinger.h86 class Layer; variable
235 friend class Layer; variable
DDisplayDevice.h54 class Layer; variable
DLayer.cpp67 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, in Layer() function in android::Layer
393 [this, hwcId] (HWC2::Layer* /*layer*/){mHwcLayers.erase(hwcId);}); in createHwcLayer()
/frameworks/base/libs/hwui/
DResourceCache.h33 class Layer; variable
DLayer.cpp26 Layer::Layer(RenderState& renderState, Api api, SkColorFilter* colorFilter, int alpha, in Layer() function in android::uirenderer::Layer
DGpuMemoryTracker.h37 Layer, enumerator
DTexture.h44 class Layer; variable
DDisplayList.h54 class Layer; variable
DBakedOpRenderer.h28 class Layer; variable
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h33 using Layer = hwc2_layer_t; variable
Dhardware_composer.cpp1075 Layer::Layer(const std::shared_ptr<DirectDisplaySurface>& surface, in Layer() function in android::dvr::Layer
1086 Layer::Layer(const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending, in Layer() function in android::dvr::Layer
1099 Layer::Layer(Layer&& other) { *this = std::move(other); } in Layer() function in android::dvr::Layer
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h45 class Layer; variable
DCanvasContext.h52 class Layer; variable
/frameworks/base/libs/hwui/renderstate/
DRenderState.h44 class Layer; variable
/frameworks/native/cmds/flatland/
DMain.cpp282 class Layer { class
286 Layer() : in Layer() function in Layer
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java95 private static class Layer { class in GcSnapshot
114 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) { in Layer() method in GcSnapshot.Layer
130 Layer(Graphics2D graphics, BufferedImage image, int flags) { in Layer() method in GcSnapshot.Layer
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp349 std::unordered_map<Layer*, Composition>* outTypes) in getChangedCompositionTypes()
413 std::unordered_map<Layer*, LayerRequest>* outLayerRequests) in getRequests()
489 std::unordered_map<Layer*, sp<Fence>>* outFences) const in getReleaseFences()
711 Layer::Layer(android::Hwc2::Composer& composer, in Layer() function in HWC2::Layer
DHWC2.h54 class Layer; variable
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h129 class Layer; variable

12