HomeSort by relevance Sort by last modified time
    Searched defs:Composition (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestProperties.h 41 Composition,
76 /* Returns true if the container supports the given composition type */
77 virtual bool isSupported(hwc2_composition_t composition) = 0;
119 virtual bool isSupported(hwc2_composition_t composition)
121 return mCompositionSupport.at(composition);
  /hardware/libhardware/include/hardware/
hwcomposer2.h 95 * transform during its composition step. */
120 /* Possible composition types for a given layer */
127 * The device must not request any composition type changes for layers of
131 /* The device will handle the composition of this layer through a hardware
141 * the composition type of that layer is changed to HWC2_COMPOSITION_CLIENT
151 * device must request that the composition type of that layer is changed to
160 /* The device will handle the composition of this layer, as well as its
184 * layers are marked for client composition. */
187 /* Instructs the client to write the result of client composition directly
365 static inline const char* getCompositionName(hwc2_composition_t composition) {
    [all...]

Completed in 253 milliseconds