HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 101 - 125 of 6628) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/services/Car/service/src/com/android/car/
VmsLayersAvailability.java 74 VmsLayer layer = dependency.getLayer(); local
78 mPotentialLayersAndPublishers.get(layer);
81 mPotentialLayersAndPublishers.put(layer, curPotentialLayerAndPublishers);
87 mPotentialLayersAndDependencies.get(layer);
90 mPotentialLayersAndDependencies.put(layer, curDependencies);
126 for (VmsLayer layer : mPotentialLayersAndDependencies.keySet()) {
127 addLayerToAvailabilityCalculationLocked(layer,
148 private void addLayerToAvailabilityCalculationLocked(VmsLayer layer,
152 Log.d(TAG, "addLayerToAvailabilityCalculationLocked: checking layer: " + layer);
    [all...]
  /system/sepolicy/vendor/
rild.te 1 # rild - radio interface layer daemon
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 59 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
60 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
61 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
69 private final ArrayList<Layer> mLayers = new ArrayList<Layer>();
76 // local layer data
77 /** a local layer created with {@link Canvas#saveLayer(RectF, Paint, int)}.
78 * If this is null, this does not mean there's no layer, just that the snapshot is not the
79 * one that created the layer.
82 private final Layer mLocalLayer
334 Layer layer = mLayers.get(i); local
593 Layer layer = mLayers.get(i); local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/resources/res/drawable-xlarge/
rainbow.xml 2 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
9 </layer-list>
  /external/vulkan-validation-layers/layers/linux/
VkLayer_core_validation.json 3 "layer" : {
9 "description": "LunarG Validation Layer",
  /external/vulkan-validation-layers/layers/windows/
VkLayer_core_validation.json 3 "layer" : {
9 "description": "LunarG Validation Layer",
  /frameworks/native/services/surfaceflinger/
Client.cpp 26 #include "Layer.h"
42 Client::Client(const sp<SurfaceFlinger>& flinger, const sp<Layer>& parentLayer)
58 sp<Layer> l = mLayers.valueAt(i).promote();
68 void Client::updateParent(const sp<Layer>& parentLayer) {
78 sp<Layer> Client::getParentLayer(bool* outParentDied) const {
80 sp<Layer> parent = mParentLayer.promote();
91 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
94 mLayers.add(handle, layer);
97 void Client::detachLayer(const Layer* layer
222 sp<Layer> layer = getLayerUser(handle); local
231 sp<Layer> layer = getLayerUser(handle); local
    [all...]
  /frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
parcelable_composer_layer.h 15 ParcelableComposerLayer(const ComposerView::ComposerLayer& layer);
18 ComposerView::ComposerLayer layer() const { return layer_; } function in class:android::dvr::ParcelableComposerLayer
  /prebuilts/misc/windows/sdl2/
README-SDL.txt 4 The Simple DirectMedia Layer (SDL for short) is a cross-platform library
8 The Simple DirectMedia Layer library source code is available from:
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
README.md 0 # Layer Description and Status
3 ## Layer Library Interface
5 All layer libraries must support the layer library interface defined in
8 [`LoaderAndLayerInterface.md`]: ../loader/LoaderAndLayerInterface.md#layer-library-interface
12 Layer libraries can be written to intercept or hook VK entry points for various
13 debug and validation purposes. One or more VK entry points can be defined in your Layer
14 library. Undefined entrypoints in the Layer library will be passed to the next Layer which
15 may be the driver. Multiple layer libraries can be chained (actually a hierarchy) together
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 610 default_rect(struct vl_compositor_layer *layer)
612 struct pipe_resource *res = layer->sampler_views[0]->texture;
632 calc_src_and_dst(struct vl_compositor_layer *layer, unsigned width, unsigned height,
637 layer->src.tl = calc_topleft(size, src);
638 layer->src.br = calc_bottomright(size, src);
639 layer->dst.tl = calc_topleft(size, dst);
640 layer->dst.br = calc_bottomright(size, dst);
641 layer->zw.x = 0.0f;
642 layer->zw.y = size.y;
646 gen_rect_verts(struct vertex2f *vb, struct vl_compositor_layer *layer)
793 struct vl_compositor_layer *layer = &s->layers[i]; local
832 struct vl_compositor_layer *layer = &s->layers[i]; local
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology.py 16 """Base layer code and base model (Network) code.
61 TFBaseLayer = tf_base_layers.Layer
65 @tf_export('keras.layers.Layer')
66 class Layer(tf_base_layers.Layer):
67 """Abstract base layer class.
75 A layer with `n` input tensors must have
77 trainable: Boolean, whether the layer weights
80 of the layer uses `K.in_training_phase()`
84 attribute is ill-defined (e.g. a shared layer
    [all...]
  /external/skia/tests/
GpuLayerCacheTest.cpp 8 // Disabling this test since it is for the layer hoister which is current disabled.
40 static int Uses(GrCachedLayer* layer) {
41 return layer->uses();
59 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(), local
66 REPORTER_ASSERT(reporter, layer);
69 REPORTER_ASSERT(reporter, temp == layer);
73 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
74 REPORTER_ASSERT(reporter, layer->start() == idOffset + i + 1);
75 REPORTER_ASSERT(reporter, layer->stop() == idOffset + i + 2);
76 REPORTER_ASSERT(reporter, !layer->texture())
    [all...]
  /external/skqp/tests/
GpuLayerCacheTest.cpp 8 // Disabling this test since it is for the layer hoister which is current disabled.
40 static int Uses(GrCachedLayer* layer) {
41 return layer->uses();
59 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(), local
66 REPORTER_ASSERT(reporter, layer);
69 REPORTER_ASSERT(reporter, temp == layer);
73 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
74 REPORTER_ASSERT(reporter, layer->start() == idOffset + i + 1);
75 REPORTER_ASSERT(reporter, layer->stop() == idOffset + i + 2);
76 REPORTER_ASSERT(reporter, !layer->texture())
    [all...]
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 180 Layer layer; local
181 ASSERT_NO_FATAL_FAILURE(layer =
184 mComposerClient->destroyLayer(mPrimaryDisplay, layer);
465 Layer layer; local
466 ASSERT_NO_FATAL_FAILURE(layer =
470 mWriter->selectLayer(layer);
483 Layer layer; local
497 Layer layer; local
516 Layer layer; local
532 Layer layer; local
547 Layer layer; local
564 Layer layer; local
578 Layer layer; local
592 Layer layer; local
615 Layer layer; local
629 Layer layer; local
643 Layer layer; local
664 Layer layer; local
683 Layer layer; local
    [all...]
  /external/vulkan-validation-layers/layers/
README.md 0 # Layer Description and Status
3 ## Layer Library Interface
5 All layer libraries must support the layer library interface defined in
8 [`LoaderAndLayerInterface.md`]: ../loader/LoaderAndLayerInterface.md#layer-library-interface
12 Layer libraries can be written to intercept or hook VK entry points for various
13 debug and validation purposes. One or more VK entry points can be defined in your Layer
14 library. Undefined entrypoints in the Layer library will be passed to the next Layer which
15 may be the driver. Multiple layer libraries can be chained (actually a hierarchy) together
    [all...]
  /external/swiftshader/src/Main/
FrameBufferOSX.mm 24 FrameBufferOSX::FrameBufferOSX(CALayer* layer, int width, int height)
26 layer(layer), buffer(nullptr), provider(nullptr), currentImage(nullptr)
38 //[layer setContents:nullptr];
61 [layer setContents:(id)image];
88 CALayer *layer = nullptr;
94 layer = [view layer];
98 layer = reinterpret_cast<CALayer*>(window);
102 return new sw::FrameBufferOSX(layer, width, height)
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
tcpip.h 6 * Transport-network layer interface
48 * A transport-layer protocol of the TCP/IP stack (eg. UDP, TCP, etc)
67 * Transport-layer protocol number
75 * A network-layer protocol of the TCP/IP stack (eg. IPV4, IPv6, etc)
86 * @v tcpip_protocol Transport-layer protocol
90 * @v trans_csum Transport-layer checksum to complete, or NULL
103 /** TCP/IP transport-layer protocol table */
106 /** Declare a TCP/IP transport-layer protocol */
109 /** TCP/IP network-layer protocol table */
113 /** Declare a TCP/IP network-layer protocol *
    [all...]
  /frameworks/base/libs/hwui/
Layer.h 39 * A layer has dimensions and is backed by a backend specific texture or framebuffer.
41 class Layer : public VirtualLightRefBase, GpuMemoryTracker {
50 ~Layer();
98 Layer(RenderState& renderState, Api api, sk_sp<SkColorFilter>, int alpha,
109 * Color filter used to draw this layer. Optional.
114 * Colorspace of the contents of the layer. Optional.
124 * Indicates raster data backing the layer is scaled, requiring filtration.
129 * Opacity of the layer.
134 * Blending mode of the layer.
148 }; // struct Layer
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
vis_utils.py 59 show_layer_names: whether to display layer names.
84 for layer in layers:
85 layer_id = str(id(layer))
87 # Append a wrapped layer's label to node's label, if it exists.
88 layer_name = layer.name
89 class_name = layer.__class__.__name__
90 if isinstance(layer, Wrapper):
91 layer_name = '{}({})'.format(layer_name, layer.layer.name)
92 child_class_name = layer.layer.__class__.__name_
    [all...]
  /frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
MockComposer.h 43 using android::hardware::graphics::composer::V2_1::Layer;
62 MOCK_METHOD2(createLayer, Error(Display, Layer* outLayer));
63 MOCK_METHOD2(destroyLayer, Error(Display, Layer));
66 Error(Display, std::vector<Layer>*, std::vector<IComposerClient::Composition>*));
73 Error(Display, uint32_t*, std::vector<Layer>*, std::vector<uint32_t>*));
80 MOCK_METHOD3(getReleaseFences, Error(Display, std::vector<Layer>*, std::vector<int>*));
94 MOCK_METHOD4(setCursorPosition, Error(Display, Layer, int32_t, int32_t));
95 MOCK_METHOD5(setLayerBuffer, Error(Display, Layer, uint32_t, const sp<GraphicBuffer>&, int));
97 Error(Display, Layer, const std::vector<IComposerClient::Rect>&));
98 MOCK_METHOD3(setLayerBlendMode, Error(Display, Layer, IComposerClient::BlendMode))
    [all...]
  /external/vulkan-validation-layers/tests/
run_extra_loader_tests.sh 32 # Copy the test layer into the implicit directory.
35 echo "unable to install test layer" >&2
39 # Test without setting enable environment variable. The loader should not load the layer.
44 echo "test layer detected but enable environment variable was not set" >&2
48 # Test enable environment variable with good value. The loader should load the layer.
54 echo "test layer not detected" >&2
58 # Test enable environment variable with bad value. The loader should not load the layer.
64 echo "test layer detected but enable environment variable was set to wrong value" >&2
68 # Test disable environment variable. The loader should not load the layer.
74 echo "test layer detected but disable environment variable was set" >&
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_tonemapper.h 56 Layer *layer = nullptr; member in struct:sdm::ToneMapGetInstanceContext
60 Layer *layer = nullptr; member in struct:sdm::ToneMapBlitContext
77 DisplayError AllocateIntermediateBuffers(const Layer *layer);
81 void SetToneMapConfig(Layer *layer);
82 bool IsSameToneMapConfig(Layer *layer);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_tonemapper.h 56 Layer *layer = nullptr; member in struct:sdm::ToneMapGetInstanceContext
60 Layer *layer = nullptr; member in struct:sdm::ToneMapBlitContext
77 DisplayError AllocateIntermediateBuffers(const Layer *layer);
81 void SetToneMapConfig(Layer *layer);
82 bool IsSameToneMapConfig(Layer *layer);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_tonemapper.h 56 Layer *layer = nullptr; member in struct:sdm::ToneMapGetInstanceContext
60 Layer *layer = nullptr; member in struct:sdm::ToneMapBlitContext
77 DisplayError AllocateIntermediateBuffers(const Layer *layer);
81 void SetToneMapConfig(Layer *layer);
82 bool IsSameToneMapConfig(Layer *layer);
    [all...]

Completed in 1131 milliseconds

1 2 3 45 6 7 8 91011>>