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

<<21222324252627282930>>

  /external/skia/gm/
aaclip.cpp 69 * layer's bounds. Thus when a draw occurs, it can (depending on "where" it is) draw into the layer
72 * This GM has a 100x100 rectangle (r), which its going to draw. However first it creates a layer
75 * The portion of the draw that intersects the layer should see the SRC draw, apply it to the layer
76 * and then during restore, it will SRC_OVER that layer onto the canvas (SRC_OVER since the layer
80 * "outer" layer we created (filled with red). This is a testing detail, so that our final
83 * The portion of the draw below the layer draws directly into the canvas. Since it is in SRC mode,
87 * The portion in the layer, will end up SRC_OVERing the 0x80 layer pixels onto the canvas' re
    [all...]
  /external/skqp/gm/
aaclip.cpp 69 * layer's bounds. Thus when a draw occurs, it can (depending on "where" it is) draw into the layer
72 * This GM has a 100x100 rectangle (r), which its going to draw. However first it creates a layer
75 * The portion of the draw that intersects the layer should see the SRC draw, apply it to the layer
76 * and then during restore, it will SRC_OVER that layer onto the canvas (SRC_OVER since the layer
80 * "outer" layer we created (filled with red). This is a testing detail, so that our final
83 * The portion of the draw below the layer draws directly into the canvas. Since it is in SRC mode,
87 * The portion in the layer, will end up SRC_OVERing the 0x80 layer pixels onto the canvas' re
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 31 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code is
44 * EAPOL_eapRestart - Lower layer request to restart authentication
46 * Set to TRUE in lower layer, FALSE in EAP state machine.
60 * Set to TRUE in EAP state machine, FALSE in lower layer.
67 * Set to TRUE in EAP state machine, FALSE in lower layer.
72 * EAPOL_eapReq - EAP request available from lower layer
74 * Set to TRUE in lower layer, FALSE in EAP state machine.
79 * EAPOL_portEnabled - Lower layer is ready for communication
111 * lower layer. These are defined in RFC 4137, Sect. 4.1. Lower layer code i
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 68 print ("4. Layer Change")
74 print ("10. Layer Stack Change")
80 print ("16. Display - Layer Stack Change")
108 change.id = int(input("ID of layer/display to undergo a change: "))
117 change.layer.layer = layer()
130 change.matrix.dtdy = layer()
211 def layer(): function
212 layer = input("Enter layer: "
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 51 class Layer;
61 // region in layer-stack space
115 void setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers);
116 const Vector< sp<Layer> >& getVisibleLayersSortedByZ() const;
117 void setLayersNeedingFences(const Vector< sp<Layer> >& layers);
118 const Vector< sp<Layer> >& getLayersNeedingFences() const;
247 Vector< sp<Layer> > mVisibleLayersSortedByZ;
249 Vector< sp<Layer> > mLayersNeedingFences;
257 // The identifier of the active layer stack for this display. Several displays
258 // can use the same layer stack: A z-ordered group of layers (sometimes calle
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 89 int numAppLayers; //Total - 1, excluding FB layer.
101 uint32_t mFlags; //qcom specific layer flags
128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
166 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
169 bool needsScaling(hwc_layer_1_t const* layer);
170 bool isAlphaPresent(hwc_layer_1_t const* layer);
189 //Trims a layer's source crop which is outside of screen boundary.
193 //Sets appropriate mdp flags for a layer.
194 void setMdpFlags(hwc_layer_1_t *layer,
199 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy
    [all...]
hwc_utils.cpp 360 bool needsScaling(hwc_layer_1_t const* layer) {
363 hwc_rect_t displayFrame = layer->displayFrame;
364 hwc_rect_t sourceCrop = layer->sourceCrop;
378 bool isAlphaScaled(hwc_layer_1_t const* layer) {
379 if(needsScaling(layer) && isAlphaPresent(layer)) {
385 bool isAlphaPresent(hwc_layer_1_t const* layer) {
386 private_handle_t *hnd = (private_handle_t *)layer->handle;
437 hwc_layer_1_t const* layer = &list->hwLayers[i]; local
438 private_handle_t *hnd = (private_handle_t *)layer->handle
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 124 int numAppLayers; //Total - 1, excluding FB layer.
136 bool secureUI; // Secure display layer
168 uint32_t mFlags; //qcom specific layer flags
216 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
217 //Resets the mapping of layer to rotator
310 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
312 // Returns true, if the input layer format is supported by rotator
314 //Returns true, if the layer is YUV or the layer has been rendered by CPU
317 bool isAlphaScaled(hwc_layer_1_t const* layer);
    [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 61 // TODO: remove, with each layer on its own save stack
77 // only schedule repaint if node still on layer - possible it may have been
80 OffscreenBuffer* layer = layerNode->getLayer(); local
81 if (CC_LIKELY(layer)) {
82 ATRACE_FORMAT("Optimize HW Layer DisplayList %s %ux%u", layerNode->getName(),
86 // TODO: ensure layer damage can't be larger than layer
87 layerDamage.doIntersect(0, 0, layer->viewportWidth, layer->viewportHeight);
92 layer->inverseTransformInWindow.mapPoint3d(lightCenter)
770 GlLayer* layer = static_cast<GlLayer*>(op.layerHandle->backingLayer()); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 110 virtual tcu::PixelBufferAccess getLevel (int level, int layer) = 0;
111 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
113 virtual tcu::CompressedTexture& getCompressedLevel (int level, int layer);
114 virtual const tcu::CompressedTexture& getCompressedLevel (int level, int layer) const;
146 virtual tcu::PixelBufferAccess getLevel (int level, int layer);
147 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
167 virtual tcu::PixelBufferAccess getLevel (int level, int layer);
168 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
189 virtual tcu::PixelBufferAccess getLevel (int level, int layer);
190 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleViewController.mm 150 CALayer* rootLayer = [previewView layer];
460 for (CATextLayer* layer in labelLayers) {
461 [layer removeFromSuperlayer];
481 CATextLayer* background = [CATextLayer layer];
487 [[self.view layer] addSublayer:background];
490 CATextLayer* layer = [CATextLayer layer];
491 [layer setForegroundColor:[UIColor whiteColor].CGColor];
492 [layer setFrame:textBounds];
493 [layer setAlignmentMode:alignment]
    [all...]
  /frameworks/base/libs/hwui/renderthread/
OpenGLPipeline.cpp 116 bool OpenGLPipeline::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) {
119 layer->updateTexImage();
120 layer->apply();
122 static_cast<GlLayer&>(*layer->backingLayer()), bitmap);
125 static Layer* createLayer(RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight,
128 GlLayer* layer = local
131 layer->generateTexture();
132 return layer;
137 return new DeferredLayerUpdater(mRenderThread.renderState(), createLayer, Layer::Api::OpenGL);
201 static bool layerMatchesWH(OffscreenBuffer* layer, int width, int height)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
I2cBus.h 4 This layer provides I/O access to an I2C device.
44 As an upper layer driver writer, the following need to be provided
47 1. ACPI CID value or string - this is used to connect the upper layer
113 /// platform layer. The I2C bus protocol enumerates the I2C devices in the
119 /// building the platform layer. The platform team must preserve the order of the
121 /// array within the platform layer. The third party device support references
133 /// validate this value as a check on the platform layer's configuration. Slave
  /external/drm_hwcomposer/
hwcomposer.cpp 259 hwc_layer_1_t *layer = &display_contents[i]->hwLayers[j]; local
261 if (!(layer->flags & HWC_SKIP_LAYER))
270 hwc_layer_1_t *layer = &display_contents[i]->hwLayers[j]; local
273 // If the layer is off the screen, don't earmark it for an overlay.
275 const hwc_rect_t *frame = &layer->displayFrame;
283 if (layer->compositionType == HWC_FRAMEBUFFER)
284 layer->compositionType = HWC_OVERLAY;
286 switch (layer->compositionType) {
291 layer->compositionType = HWC_FRAMEBUFFER;
302 hwc_layer_1_t *layer, hwc_display_contents_1_t *display_contents)
368 DrmHwcLayer &layer = display_contents.layers.back(); local
436 DrmHwcLayer &layer = display_contents.layers[j]; local
471 hwc_layer_1_t *layer = &dc->hwLayers[j]; local
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 10 // Contains the definition for a basic, eagerly compiling layer of the JIT.
26 /// @brief Eager IR compiling layer.
28 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It
31 /// the layer below, which must implement the object layer concept.
53 /// set of objects to the base layer along with the memory manager and
102 /// forwarded to the base layer's implementation.
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 92 * tile layers and at most one collision layer. Each layer is used to bootstrap related systems
93 * and provide them with layer data.
96 * @param background An object to assign background layer rendering components to.
125 if (type == 0) { // it's a background layer
129 // We require a collision layer to set up the tile sizes before we load.
130 // TODO: this really sucks. there's no reason each layer can't have its
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 97 * The IPoIB link-layer header is only four bytes long and so does not
100 * and abuse the spare two bytes within the link-layer header to
101 * communicate these MAC addresses between the link-layer code and the
180 * IPoIB link layer
186 * Add IPoIB link-layer header
190 * @v ll_dest Link-layer destination address
191 * @v ll_source Source link-layer address
192 * @v net_proto Network-layer protocol, in network-byte order
205 /* Add link-layer addresses to cache */
218 * Remove IPoIB link-layer heade
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
basic_decoder.py 55 output_layer: (Optional) An instance of `tf.layers.Layer`, i.e.,
56 `tf.layers.Dense`. Optional layer to apply to the RNN output prior
67 and not isinstance(output_layer, layers_base.Layer)):
69 "output_layer must be a Layer, received: %s" % type(output_layer))
84 # To use layer's compute_output_shape, we need to convert the
86 # batch size. We then pass this through the layer's
88 # dimensions to get the output size of the rnn with the layer
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/
hybrid_model.py 64 def _do_layer_inference(self, layer, data):
68 if isinstance(layer, collections.Iterable):
70 array_ops.stack([l.inference_graph(data) for l in layer]), 0)
71 # If this is a single layer, return its inference result.
73 return layer.inference_graph(data)
79 for layer in self.layers[1:]:
80 inference_result = self._do_layer_inference(layer, inference_result)
  /external/tensorflow/tensorflow/examples/tutorials/estimators/
abalone.py 77 # Connect the first hidden layer to input layer
81 # Connect the second hidden layer to first hidden layer with relu
85 # Connect the output layer to second hidden layer (no activation fn)
88 # Reshape output layer to 1-dim Tensor to return predictions
  /external/walt/hardware/kicad/walt_footprints.pretty/
Teensy_DIP-28_W15.24mm.kicad_mod 1 (module Teensy_DIP-28_W15.24mm (layer F.Cu) (tedit 5768161F)
4 (fp_text reference U1 (at 0 -5.22) (layer F.SilkS) hide
7 (fp_text value TeensyLC_with_headers (at 21.082 -8.001) (layer F.Fab)
10 (fp_line (start -1.05 -2.45) (end -1.05 35.5) (layer F.CrtYd) (width 0.05))
11 (fp_line (start 16.3 -2.45) (end 16.3 35.5) (layer F.CrtYd) (width 0.05))
12 (fp_line (start -1.05 -2.45) (end 16.3 -2.45) (layer F.CrtYd) (width 0.05))
13 (fp_line (start -1.05 35.5) (end 16.3 35.5) (layer F.CrtYd) (width 0.05))
  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.h 45 * @param composeLayer if the node's layer type is RenderLayer this flag determines whether
46 * we should draw into the contents of the layer or compose the existing contents of the
47 * layer into the canvas.
131 * If mRenderNode's layer type is RenderLayer this flag determines whether we
132 * should draw into the contents of the layer or compose the existing contents
133 * of the layer into the canvas.
143 * Draw the content into a canvas, depending on the render node layer type and mComposeLayer.
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 54 #include "../Layer.h" // needed only for debugging
129 ALOGE("Invalid layer type change: %s --> %s", to_string(from).c_str(),
253 HWC2::Layer* HWComposer::createLayer(int32_t displayId) {
257 HWC2::Layer* layer; local
258 auto error = display->createLayer(&layer);
260 return layer;
263 void HWComposer::destroyLayer(int32_t displayId, HWC2::Layer* layer) {
267 auto error = display->destroyLayer(layer);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
strategy.cpp 143 layer_stack->layers.at(i)->request.flags.request_flags = 0; // Reset layer request
150 Layer *gpu_target_layer = layer_stack->layers.at(hw_layers_info_->gpu_target_index);
158 Layer layer = *gpu_target_layer; local
160 MapRect(src_domain, dst_domain, layer.dst_rect, &layer.dst_rect);
162 hw_layers_info_->hw_layers.push_back(layer);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
strategy.cpp 143 layer_stack->layers.at(i)->request.flags.request_flags = 0; // Reset layer request
150 Layer *gpu_target_layer = layer_stack->layers.at(hw_layers_info_->gpu_target_index);
158 Layer layer = *gpu_target_layer; local
160 MapRect(src_domain, dst_domain, layer.dst_rect, &layer.dst_rect);
162 hw_layers_info_->hw_layers.push_back(layer);

Completed in 1182 milliseconds

<<21222324252627282930>>