Searched refs:LayerProperties (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 439 template <typename LayerProperties> 466 result = producer->dequeueBuffer(&slot, &fence, LayerProperties::WIDTH, in enqueueBuffer() 467 LayerProperties::HEIGHT, LayerProperties::FORMAT, in enqueueBuffer() 468 LayerProperties::USAGE, nullptr, nullptr); in enqueueBuffer() 482 LayerProperties::DATASPACE, in enqueueBuffer() 483 Rect(LayerProperties::WIDTH, in enqueueBuffer() 484 LayerProperties::HEIGHT), in enqueueBuffer() 485 LayerProperties::SCALING_MODE, in enqueueBuffer() 486 LayerProperties::TRANSFORM, Fence::NO_FENCE); in enqueueBuffer() 499 layer->setDefaultBufferProperties(LayerProperties::WIDTH, LayerProperties::HEIGHT, in setupLatchedBuffer() [all …]
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 33 LayerProperties::LayerProperties() { in LayerProperties() function in android::uirenderer::LayerProperties 37 LayerProperties::~LayerProperties() { in ~LayerProperties() 41 void LayerProperties::reset() { in reset() 46 bool LayerProperties::setColorFilter(SkColorFilter* filter) { in setColorFilter() 52 bool LayerProperties::setFromPaint(const SkPaint* paint) { in setFromPaint() 60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) { in operator =()
|
D | RenderProperties.h | 69 class ANDROID_API LayerProperties { 99 LayerProperties& operator=(const LayerProperties& other); 105 LayerProperties(); 106 ~LayerProperties(); 498 const LayerProperties& layerProperties() const { return mLayerProperties; } in layerProperties() 500 LayerProperties& mutateLayerProperties() { return mLayerProperties; } in mutateLayerProperties() 581 LayerProperties mLayerProperties;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | RenderNodeDrawable.cpp | 172 static bool layerNeedsPaint(const LayerProperties& properties, float alphaMultiplier, in layerNeedsPaint() 227 const LayerProperties& layerProperties = properties.layerProperties(); in drawContent()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 212 vk::Bool32 check_layers(uint32_t, const char *const *, uint32_t, vk::LayerProperties *); 584 vk::LayerProperties *layers) { in check_layers() 1029 …std::unique_ptr<vk::LayerProperties[]> instance_layers(new vk::LayerProperties[instance_layer_coun… in init_vk()
|