Home
last modified time | relevance | path

Searched defs:presentState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/tools/window/
H A DVulkanWindowContext.cpp576 skgpu::MutableTextureState presentState = skgpu::MutableTextureStates::MakeVulkan( in onSwapBuffers() local
H A DGraphiteNativeVulkanWindowContext.cpp577 skgpu::MutableTextureState presentState = skgpu::MutableTextureStates::MakeVulkan( in onSwapBuffers() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp199 std::string toString(SurfaceFrame::PresentState presentState) { in toString()
392 void SurfaceFrame::setPresentState(PresentState presentState, nsecs_t lastLatchTime) { in setPresentState()