Home
last modified time | relevance | path

Searched refs:composition (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt45 This extension allows querying various timestamps related to the composition
53 composition start time and finish time can be used to determine how
131 composition and display of a window surface. The values are not associated
138 compositor will begin composition. This is effectively the deadline
141 composition events.
143 the start of composition and the expected present time of that
144 composition. This can be used to estimate the latency of the
153 allows querying various timestamps related to the composition and display
183 selected this frame as the one to use for the next composition. The
187 the compositor began preparing composition for this frame.
[all …]
DEGL_ANDROID_front_buffer_auto_refresh.txt39 that it should perform composition every time the display refreshes. This
42 unneeded composition work if the window surface has not been updated.
DEGL_ANDROID_framebuffer_target.txt39 send the result of performing window composition to a display, may have
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.h77 virtual bool isSupported(hwc2_composition_t composition) = 0;
119 virtual bool isSupported(hwc2_composition_t composition) in isSupported() argument
121 return mCompositionSupport.at(composition); in isSupported()
DHwc2Test.cpp357 hwc2_composition_t composition, hwc2_error_t* outErr = nullptr) in setLayerCompositionType() argument
364 composition)); in setLayerCompositionType()
369 " type " << getCompositionName(composition); in setLayerCompositionType()
1615 hwc2_composition_t composition; in setLayerProperties() local
1624 composition = testLayers->getComposition(layer); in setLayerProperties()
1627 if ((composition == HWC2_COMPOSITION_DEVICE in setLayerProperties()
1628 || composition == HWC2_COMPOSITION_CURSOR) in setLayerProperties()
1633 composition, &err)); in setLayerProperties()
1635 EXPECT_TRUE(composition != HWC2_COMPOSITION_CLIENT in setLayerProperties()
1636 && composition != HWC2_COMPOSITION_DEVICE); in setLayerProperties()
[all …]
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h141 std::vector<IComposerClient::Composition>* composition);