Home
last modified time | relevance | path

Searched refs:compositor (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/minikin/libs/minikin/
H A DMeasuredText.cpp58 AdvancesCompositor compositor(advances, outPieces); in getMetrics() local
64 compositor.setNextRange(piece, info.isRtl); in getMetrics()
72 compositor); in getMetrics()
109 TotalAdvanceCompositor compositor(pieces); in measureHyphenPiece() local
124 return compositor.advance(); in measureHyphenPiece()
243 BoundsCompositor compositor; in getBounds() local
250 compositor); in getBounds()
253 return std::make_pair(compositor.advance(), compositor.bounds()); in getBounds()
273 ExtentCompositor compositor; in getExtent() local
280 compositor); in getExtent()
[all …]
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_factory.cpp122 Acrylic *compositor = nullptr; in createInstance() local
127 compositor = new AcrylicCompositorG2D(capability_fimg2d_gs101, true); in createInstance()
133 ALOGE_IF(!compositor, "Failed to create HW2D compositor of '%s'", spec); in createInstance()
135 return compositor; in createInstance()
H A Dacrylic_layer.cpp25 AcrylicCanvas::AcrylicCanvas(Acrylic *compositor, canvas_type_t type) in AcrylicCanvas() argument
26 : mCompositor(compositor), mPixFormat(0), mNumBuffers(0), mFence(-1), mAttributes(ATTR_NONE), in AcrylicCanvas()
30 mImageDimension = compositor->getCapabilities().supportedMinSrcDimension(); in AcrylicCanvas()
302 AcrylicLayer::AcrylicLayer(Acrylic *compositor) in AcrylicLayer() argument
303 : AcrylicCanvas(compositor), mTransitData(nullptr), mBlendingMode(HWC_BLENDING_NONE), in AcrylicLayer()
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_get_frame_timestamps.txt54 long the compositor's rendering work took. In combination these can be
138 compositor will begin composition. This is effectively the deadline
139 for when the compositor must receive a newly queued frame.
182 - EGL_COMPOSITION_LATCH_TIME_ANDROID - The time when the compositor
187 the compositor began preparing composition for this frame.
189 compositor began preparing composition for this frame. If this frame
193 latched by the compositor. Note: The value may not be updated for
194 every display refresh if the compositor becomes idle.
196 the compositor's rendering work for this frame finished. This will be
197 zero if composition was handled by the display and the compositor
H A DEGL_ANDROID_front_buffer_auto_refresh.txt38 front-buffer rendering. It allows them to indicate to the Android compositor
40 removes the overhead of having to notify the compositor that the window
60 whether to enable or disable auto-refresh in the Android compositor when
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/public/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/system/sepolicy/private/
H A Dsurfaceflinger.te1 # surfaceflinger - display compositor service
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h669 AcrylicCanvas(Acrylic *compositor, canvas_type_t type = CANVAS_SOURCE);
904 AcrylicLayer(Acrylic *compositor);
/aosp12/system/extras/simpleperf/doc/
H A Dinferno.md9 (Android compositor) but it can be used for any native Android application
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal86 * The most recent compositor timing info sent from consumer to producer
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal140 * compositor. This operation is only valid for Allocations with

12