Home
last modified time | relevance | path

Searched defs:createLayer (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp120 static Layer* createLayer(RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight, in createLayer() function
DSkiaOpenGLPipeline.cpp139 static Layer* createLayer(RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight, in createLayer() function
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp129 static Layer* createLayer(RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight, in createLayer() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp267 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(int32_t displayId) { in createLayer() function in android::HWComposer
DHWC2.cpp390 Error Display::createLayer(std::shared_ptr<Layer>* outLayer) in createLayer() function in HWC2::Display
DComposerHal.cpp258 Error Composer::createLayer(Display display, Layer* outLayer) in createLayer() function in android::Hwc2::Composer
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp278 Error VrHwc::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::dvr::VrHwc
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java480 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp556 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) { in createLayer() function in android::HWC2On1Adapter::Display
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3001 status_t SurfaceFlinger::createLayer( in createLayer() function in android::SurfaceFlinger
DSurfaceFlinger_hwc1.cpp2661 status_t SurfaceFlinger::createLayer( in createLayer() function in android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp140 void createLayer(hwc2_display_t display, hwc2_layer_t* outLayer, in createLayer() function in Hwc2Test