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 D | rs_uni_render_virtual_processor.cpp | 74 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 D | rs_base_render_engine.cpp | 272 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 D | rs_base_render_engine.h | 184 const FrameContextConfig& frameContextConfig = {false, false}); 190 const FrameContextConfig& frameContextConfig = {false, false}); 197 const FrameContextConfig& frameContextConfig = {false, false});
|
H A D | rs_hardware_thread.cpp | 585 FrameContextConfig frameContextConfig = {isProtected, false}; in Redraw() local 587 frameContextConfig.independentContext = true; in Redraw() 590 forceCPU, true, frameContextConfig); in Redraw()
|