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

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 90 // In pause state, composition is bypassed
136 //App Buffer Composition index
395 // Set the GPU hint flag to high for MIXED/GPU composition only for
397 // Set the GPU hint to default if the current composition type is GPU
398 // due to idle fallback or MDP composition.
507 COMPOSITION_STATE_MDP = 0, // Set if composition type is MDP
508 COMPOSITION_STATE_GPU, // Set if composition type is GPU or MIXED
597 //App Buffer Composition
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 105 // In pause state, composition is bypassed
146 //App Buffer Composition index
446 // Set the GPU hint flag to high for MIXED/GPU composition only for
448 // Set the GPU hint to default if the current composition type is GPU
449 // due to idle fallback or MDP composition.
558 COMPOSITION_STATE_MDP = 0, // Set if composition type is MDP
559 COMPOSITION_STATE_GPU, // Set if composition type is GPU or MIXED
652 //App Buffer Composition
  /hardware/ti/omap4-aah/hwc/
hal_public.h 83 * and also in WSEGL (for the composition bypass feature).
91 * These fields are also used in the composition bypass. In this
  /hardware/ti/omap4xxx/hwc/
hal_public.h 83 * and also in WSEGL (for the composition bypass feature).
91 * These fields are also used in the composition bypass. In this
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractGmailHelper.java 120 * This method will get the e-mail's composition's body and block until complete.
122 * @return {String} the text contained in the email composition's body.
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 96 // DYN Composition:
110 // MDP composition, use COPYBIT always
113 // C2D composition, use COPYBIT
148 //GPU/CPU composition, don't change layer composition type
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 92 // DYN Composition:
106 // MDP composition, use COPYBIT always
109 // C2D composition, use COPYBIT
121 // which composition to choose
146 //GPU/CPU composition, don't change layer composition type
170 // need to fallback to GPU composition:
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 41 * inheritance (non backwards compatible) and composition (backwards compatible).
118 * Demonstrates how to enhance the accessibility support via composition.
120 * <strong>Note:</strong> Using composition ensures that your application is
  /docs/source.android.com/src/devices/graphics/
arch-tv.jd 74 <p>The main strike against TextureView is the performance of the composition step.
76 composites, ideally with an overlay. With TextureView, the View composition is
106 doesn't have to do anything -- composition and display will either be handled by
  /external/libnfc-nxp/inc/
phNfcStatus.h 57 * \name NFC Status Composition Macro
75 Use this macro for return value composition. */
231 The data format/composition is not understood/correct. */
  /external/ImageMagick/Magick++/lib/Magick++/
Montage.h 32 // Composition algorithm to use (e.g. ReplaceCompositeOp)
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 28 * During styleseet composition, an ExtensionNamespaceSupport object is created for each extension
  /external/google-breakpad/src/common/
language.h 69 // some simple textual composition of the unqualified name and its
  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 24 * An abstract composition of multiple hash functions. {@linkplain #newHasher()} delegates to the
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
Amf0Track.java 86 // AMF0 tracks do not have Composition Time
  /external/testng/src/main/java/org/testng/mustache/
Mustache.java 83 p("******************** Final composition, chunks:");
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 19 /** A subclass of shader that returns the composition of two other shaders, combined by
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionTest.java 82 assertTrue("Device does not support surface(" + formatName + ") composition " +
  /frameworks/native/opengl/specs/
EGL_ANDROID_framebuffer_target.txt 39 send the result of performing window composition to a display, may have
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityDelegateSupportActivity.java 67 // via composition as opposed as inheritance. The main benefit is that
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 103 // TODO: Properly implement composition complete callback
180 * do not use the MDP for composition (i.e. hw composition == 0), ask
185 else if(property_get("debug.composition.type", property, NULL) > 0 &&
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 104 // TODO: Properly implement composition complete callback
181 * do not use the MDP for composition (i.e. hw composition == 0), ask
186 else if(property_get("debug.composition.type", property, NULL) > 0 &&
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 98 // TODO: Properly implement composition complete callback
176 * do not use the MDP for composition (i.e. hw composition == 0), ask
181 else if(property_get("debug.composition.type", property, NULL) > 0 &&
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 103 // TODO: Properly implement composition complete callback
173 * do not use the MDP for composition (i.e. hw composition == 0), ask
178 else if(property_get("debug.composition.type", property, NULL) > 0 &&
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 106 // TODO: Properly implement composition complete callback
184 * do not use the MDP for composition (i.e. hw composition == 0), ask
189 else if(property_get("debug.composition.type", property, NULL) > 0 &&

Completed in 2308 milliseconds

1 2 3 4 56 7 8 91011>>