Home
last modified time | relevance | path

Searched refs:frameContextConfig (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_virtual_processor.cpp74 FrameContextConfig frameContextConfig = {false, false}; in InitForRenderThread() local
75 frameContextConfig.isVirtual = true; in InitForRenderThread()
76 frameContextConfig.timeOut = 0; in InitForRenderThread()
87 frameContextConfig); in InitForRenderThread()
104 frameContextConfig); in InitForRenderThread()
108 frameContextConfig); in InitForRenderThread()
H A Drs_base_render_engine.cpp272 const FrameContextConfig& frameContextConfig) in RequestFrame() argument
277 const FrameContextConfig& frameContextConfig) in RequestFrame()
284 frameContextConfig.independentContext); in RequestFrame()
301 if (frameContextConfig.isVirtual) { in RequestFrame()
303 rsSurface->SetTimeOut(frameContextConfig.timeOut); in RequestFrame()
313 if (frameContextConfig.isProtected) { in RequestFrame()
352 frameContextConfig.isProtected); in RequestFrame()
367 const FrameContextConfig& frameContextConfig) in RequestFrame() argument
402 return RequestFrame(rsSurface, config, forceCPU, useAFBC, frameContextConfig); in RequestFrame()
H A Drs_base_render_engine.h184 const FrameContextConfig& frameContextConfig = {false, false});
190 const FrameContextConfig& frameContextConfig = {false, false});
197 const FrameContextConfig& frameContextConfig = {false, false});
H A Drs_hardware_thread.cpp585 FrameContextConfig frameContextConfig = {isProtected, false}; in Redraw() local
587 frameContextConfig.independentContext = true; in Redraw()
590 forceCPU, true, frameContextConfig); in Redraw()