HomeSort by relevance Sort by last modified time
    Searched full:composition (Results 26 - 50 of 583) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8994/libqdutils/
comptype.h 39 // Enum containing the supported composition types
48 /* This class caches the composition type
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h 62 /*! @brief This enum represents display layer composition types.
68 //!< device will mark the layer for GPU composition if it can not handle
83 kCompositionGPUTarget, //!< This layer will hold result of composition for layers marked for
84 //!< GPU composition.
85 //!< If display device does not set any layer for SDE composition then
90 kCompositionBlitTarget, //!< This layer will hold result of composition for blit rectangles
91 //!< from the layers marked for hybrid composition. Nth blit rectangle
93 //!< If display device does not set any layer for hybrid composition
127 //!< for composition.
131 //!< SDE/GPU composition respectively when the layer stack qualifie
245 LayerComposition composition = kCompositionGPU; \/\/!< Composition type which can be set by either member in struct:sdm::Layer
    [all...]
  /development/samples/JetBoy/
JETBOY_content_README.txt 14 The "JETBOY_Music.logic" file is the Logic file used to create the JETBOY music composition. This file is provided for reference
  /docs/source.android.com/src/devices/graphics/
implement-vdisplays.jd 29 v1.3 (support can be used by Miracast). The virtual display composition is
31 <code>prepare()</code>, SurfaceFlinger conducts GPU composition, and layers and
47 virtual display composition with Hardware Composer version older than v1.3.</li>
81 can?t conduct virtual display composition.</p>
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
LongHashtable.java 14 * for storing of composition data.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
LongHashtable.java 13 * for storing of composition data.
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 417 "\\u0E41c\\u0301", "=", "\\u0E41\\u0107", // composition
419 "\\u0E41\\U0001D15F", "=", "\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
420 "\\u0E41\\U0002F802", "=", "\\u0E41\\u4E41", // supplementary composition decomps to BMP
427 "abc\\u0E41c\\u0301", "=", "abc\\u0E41\\u0107", // composition
429 "abc\\u0E41\\U0001D15F", "=", "abc\\u0E41\\U0001D158\\U0001D165", // supplementary composition decomps to supplementary
430 "abc\\u0E41\\U0002F802", "=", "abc\\u0E41\\u4E41", // supplementary composition decomps to BMP
434 "\\u0E41c\\u0301abc", "=", "\\u0E41\\u0107abc", // composition
436 "\\u0E41\\U0001D15Fabc", "=", "\\u0E41\\U0001D158\\U0001D165abc", // supplementary composition decomps to supplementary
437 "\\u0E41\\U0002F802abc", "=", "\\u0E41\\u4E41abc", // supplementary composition decomps to BMP
441 "abc\\u0E41c\\u0301abc", "=", "abc\\u0E41\\u0107abc", // composition
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 85 // Helper functions for copybit composition
101 // flag that indicates whether CopyBit composition is enabled for this cycle
124 //Dynamic composition threshold for deciding copybit usage.
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.h 92 // Helper functions for copybit composition
108 // flag that indicates whether CopyBit composition is enabled for this cycle
131 //Dynamic composition threshold for deciding copybit usage.
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 85 // Helper functions for copybit composition
101 // flag that indicates whether CopyBit composition is enabled for this cycle
124 //Dynamic composition threshold for deciding copybit usage.
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 146 HWC2::Error HWCLayer::SetLayerCompositionType(HWC2::Composition type) {
149 case HWC2::Composition::Client:
151 case HWC2::Composition::Device:
154 case HWC2::Composition::SolidColor:
156 case HWC2::Composition::Cursor:
158 case HWC2::Composition::Invalid:
526 auto hwc_composition = HWC2::Composition::Invalid;
529 hwc_composition = HWC2::Composition::Client;
532 hwc_composition = HWC2::Composition::Cursor;
535 hwc_composition = HWC2::Composition::Device
    [all...]
hwc_display.cpp 140 // failure to force client composition
149 // failure to force client composition
248 DLOGI("Blit Engine Init failed, Blit Composition will not be used!!");
334 if (hwc_layer->GetClientRequestedCompositionType() == HWC2::Composition::Client) {
336 } else if (hwc_layer->GetClientRequestedCompositionType() == HWC2::Composition::SolidColor) {
340 // set default composition as GPU for SDM
341 layer->composition = kCompositionGPU;
371 if (hwc_layer->GetClientRequestedCompositionType() == HWC2::Composition::Cursor) {
651 // TODO(user): SurfaceFlinger gives us a null pointer here when doing full SDE composition
745 LayerComposition &composition = layer->composition local
779 auto composition = change.second; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 47 <Compile Include="Composition\Program.cs" />
173 <Antlr3 Include="Composition\Reduce.g3" />
174 <Antlr3 Include="Composition\Simplify.g3" />
175 <Antlr3 Include="Composition\VecMath.g3" />
176 <None Include="Composition\VecMath_Lexer.g3" />
177 <None Include="Composition\VecMath_Parser.g3" />
  /external/drm_hwcomposer/
platformnv.cpp 211 std::vector<DrmCompositionPlane> *composition,
230 // protected content at the beginning of the composition, knowing this path
233 composition->emplace(composition->begin(),
257 DrmCompositionPlane *precomp = GetPrecomp(composition);
264 composition->emplace_back(DrmCompositionPlane::Type::kPrecomp,
drmcomposition.cpp 17 #define LOG_TAG "hwc-drm-composition"
54 ALOGE("Failed to allocate new display composition\n");
64 ALOGE("Failed to init display composition for %d", display);
114 ALOGE("Failed to plan composition for dislay %d", display);
drmcompositor.h 39 int QueueComposition(std::unique_ptr<DrmComposition> composition);
drmdisplaycompositor.h 92 int QueueComposition(std::unique_ptr<DrmDisplayComposition> composition);
107 std::unique_ptr<DrmDisplayComposition> composition; member in struct:android::DrmDisplayCompositor::FrameState
117 void QueueFrame(std::unique_ptr<DrmDisplayComposition> composition,
153 void ApplyFrame(std::unique_ptr<DrmDisplayComposition> composition,
virtualcompositorworker.h 47 void Compose(std::unique_ptr<VirtualComposition> composition);
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 117 // New non-primary display device has been added, so move the composition mode to safe mode until
192 // to GPU composition to release pipes for HDMI.
224 // TODO(user): App layer count will change for hybrid composition
256 // Select a composition strategy, and try to allocate resources for it.
264 // Composition strategies exhausted. Resource Manager could not allocate resources even for
265 // GPU composition. This will never happen.
277 DLOGE("Composition strategies exhausted for display = %d", display_comp_ctx->display_type);
441 if (layer->composition == kCompositionGPUTarget) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 33 @details The client can use this interface to get the blit composition done
46 composition done.
  /hardware/libhardware/include/hardware/
hwcomposer.h 61 * OpenGL ES composition. If the HWC sets all other layers to HWC_OVERLAY
62 * or HWC_BACKGROUND, then no OpenGL ES composition will be done, and
112 * indicates the layer's composition will now be handled by the HWC.
151 /* transformation to apply to the buffer during composition */
154 /* blending to apply during composition */
160 * punt to OpenGL ES composition.
330 * negotiate and commit the composition of a display image.
334 * when this composition is retired. For a physical display, a composition
336 * a virtual display, the composition is retired when the writes t
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
_index.html 31 inheritance (non backwards compatible) and composition (backwards compatible).
  /external/jcommander/src/main/java/com/beust/jcommander/
ParametersDelegate.java 35 * command sets can be shared by using composition pattern.</p>
  /external/proguard/src/proguard/gui/splash/
CompositeSprite.java 26 * This Sprite is the composition of a list of Sprite objects.
  /external/skia/src/core/
SkColorFilter.cpp 160 // Give the subclass a shot at a more optimal composition...
161 SkColorFilter* composition = outer->newComposed(inner); local
162 if (composition) {
163 return composition;

Completed in 1050 milliseconds

12 3 4 5 6 7 8 91011>>