HomeSort by relevance Sort by last modified time
    Searched refs:LayerProperties (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
RenderProperties.cpp 33 LayerProperties::LayerProperties() {
37 LayerProperties::~LayerProperties() {
41 void LayerProperties::reset() {
46 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
52 bool LayerProperties::setFromPaint(const SkPaint* paint) {
60 LayerProperties& LayerProperties::operator=(const LayerProperties& other)
    [all...]
RenderProperties.h 70 class ANDROID_API LayerProperties {
118 LayerProperties& operator=(const LayerProperties& other);
121 LayerProperties();
122 ~LayerProperties();
590 const LayerProperties& layerProperties() const {
594 LayerProperties& mutateLayerProperties() {
656 LayerProperties mLayerProperties;
  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp 140 static bool layerNeedsPaint(const LayerProperties& properties,
175 const LayerProperties& layerProperties = properties.layerProperties();
181 if (layerNeedsPaint(layerProperties, alphaMultiplier, &tmpPaint)) {
205 bool needsLayer = layerNeedsPaint(layerProperties, alphaMultiplier, &paint);
  /external/vulkan-validation-layers/demos/
cube.cpp 273 uint32_t layer_count, vk::LayerProperties *layers) {
761 std::unique_ptr<vk::LayerProperties[]> instance_layers(
762 new vk::LayerProperties[instance_layer_count]);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 246 milliseconds