HomeSort by relevance Sort by last modified time
    Searched refs:layers (Results 126 - 150 of 315) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 323 // TODO(user): Add blit target layers
398 layer_stack_.layers.push_back(layer);
403 layer_stack_.layers.push_back(client_target_->GetSDMLayer());
410 layer_stack_.layers.push_back(solid_fill_layer_);
413 layer_stack_.layers.push_back(client_target_->GetSDMLayer());
913 // If swapinterval property is set to 0 or for single buffer layers, do not update f/w
    [all...]
  /external/ImageMagick/coders/
tiff.c 1011 *layers;
1005 *layers; local
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8448/
mtkfb.h 268 struct fb_overlay_layer layers[4]; member in struct:fb_overlay_config
  /cts/tests/sensor/jni/
SensorTest.cpp 165 .layers = 1,
  /cts/tests/tests/hardware/src/android/hardware/cts/
HardwareBufferTest.java 49 int format, int layers, long usage);
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 107 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.hpp 85 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const deUint32 attachmentCount, const vk::VkImageView* pAttachments, const deUint32 width, const deUint32 height, const deUint32 layers = 1u);
  /external/drm_hwcomposer/
hwcomposer.cpp 402 // handle all layers in between the first and last skip layers. So find the
515 display_contents.layers.emplace_back();
516 DrmHwcLayer &layer = display_contents.layers.back();
518 // In prepare() we marked all layers FRAMEBUFFER between SKIP_LAYER's.
551 // This is a catch-all in case we get a frame without any overlay layers, or
552 // skip layers, but with a value fb_target layer. This _shouldn't_ happen,
559 "HWC_OVERLAY layers are skipped.");
584 DrmHwcLayer &layer = display_contents.layers[j];
591 map.layers.emplace_back(std::move(layer))
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 348 * extract the number of samples and layers.
354 unsigned layers; /**< Number of layers in a no-attachment framebuffer */ member in struct:pipe_framebuffer_state
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 232 bool layers; member in struct:st_context::__anon28767
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 91 opj_tcd_layer_t* layers; /* layer information */ member in struct:opj_tcd_cblk_enc
  /frameworks/base/libs/hwui/
FrameBuilder.h 45 * from the LayerUpdateQueue, or temporary layers created by saveLayer operations in the
70 void deferLayers(const LayerUpdateQueue& layers);
118 // Relay through layers in reverse order, since layers
235 * Stack of indices within mLayerBuilders representing currently active layers. If drawing
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 125 void setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers);
242 // list of visible layers on that display
252 // can use the same layer stack: A z-ordered group of layers (sometimes called
SurfaceInterceptor.cpp 39 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers,
49 saveExistingSurfacesLocked(layers);
80 void SurfaceInterceptor::saveExistingSurfacesLocked(const SortedVector<sp<Layer>>& layers) {
82 for (const auto& l : layers) {
  /frameworks/native/vulkan/libvulkan/
driver.h 46 void* layers; member in struct:vulkan::api::InstanceData
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 275 VTRACE("no FB layers, skip plane allocation");
484 int layers = (int)mFBLayers.size(); local
487 if (candidates == layers - 1 && spriteLayer != NULL) {
497 ETRACE("failed to compose all layers to primary plane, should never happen");
499 } else if (candidates == layers) {
503 VTRACE("failed to assign layers without primary");
508 for (int i = 0; i < layers && !ok; i++) {
566 // update FB layers for smart composition
589 // eligible only when all noncandidate layers can be merged to the target layer:
593 // 2) noncandidate layer and candidate layers above the target layer can't overla
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 338 VLOGTRACE("no FB layers, skip plane allocation");
558 int layers = (int)mFBLayers.size(); local
561 if (candidates == layers - 1 && spriteLayer != NULL) {
571 ELOGTRACE("failed to compose all layers to primary plane, should never happen");
573 } else if (candidates == layers) {
577 VLOGTRACE("failed to assign layers without primary");
582 for (int i = 0; i < layers && !ok; i++) {
642 // update FB layers for smart composition
665 // eligible only when all noncandidate layers can be merged to the target layer:
669 // 2) noncandidate layer and candidate layers above the target layer can't overla
    [all...]
  /external/ImageMagick/MagickCore/
layer.c 748 % o method: the layers type to compare images with. Must be one of...
761 *layers;
831 layers=CloneImage(next,0,0,MagickTrue,exception);
832 if (layers == (Image *) NULL)
861 AppendImageToList(&layers,image_b);
867 layers=DestroyImageList(layers);
870 return(GetFirstImageInList(layers));
903 % o method: the layers technique to optimize with. Must be one of...
753 *layers; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 1071 int layers; member in struct:deqp::gles31::Functional::__anon17630
1092 int layers = texCubeArraySizes[ndx].layers; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 962 final Drawable[] layers = new Drawable[2]; local
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp 114 first_layer = last_layer = network->layers; \
227 CvCNNLayer* first_layer = network->layers;
340 first_layer = cnn_model->network->layers;
480 network->layers = first_layer;
505 prev_layer = network->layers;
551 layer = network->layers;
    [all...]
  /external/ImageMagick/www/api/
layer.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Layers</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, layers, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
136 <dd>the layers type to compare images with. Must be one of... CompareAnyLayer, CompareClearLayer, CompareOverlayLayer. </dd>
335 <p>MergeImageLayers() composes all the image layers from the current given image onward to produce a single image of the merged layers.</p>
360 <dd> MergeLayer: Merge all layers onto a canvas just large enough to hold all the actual images. The virtual canvas of the first image is preserved but otherwise ignored. </dd>
366 <dd> TrimBoundsLayer: Determine the overall bounds of all the image layers just as in "MergeLayer", then adjust the the canvas and offsets to be relative to those bounds, without overlaying the images. </dd>
  /build/blueprint/
doc.go 28 // to all live in the project. Dependencies between the layers are fully
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 552 const deUint32 layers)
563 layers, // uint32_t layers;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 421 const deUint32 layers)
432 layers, // uint32_t layers;
    [all...]

Completed in 541 milliseconds

1 2 3 4 56 7 8 91011>>