Home
last modified time | relevance | path

Searched refs:isTextureValid_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_ui_first_surface_render_node_drawable_test.cpp288 surfaceDrawable_->isTextureValid_.store(true);
292 surfaceDrawable_->isTextureValid_.store(false);
311 surfaceDrawable_->isTextureValid_.store(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp339 return isTextureValid_.load() || surfaceHandlerUiFirst_->GetBuffer() != nullptr; in HasCachedTexture()
400 isTextureValid_.store(isValid); in SetTextureValidFlag()
422 isTextureValid_.store(false); in ClearCacheSurface()
H A Drs_surface_render_node_drawable.h315 std::atomic<bool> isTextureValid_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h996 bool isTextureValid_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3755 isTextureValid_ = isValid; in SetTextureValidFlag()
3777 isTextureValid_ = false; in ClearCacheSurface()
3997 return isTextureValid_; in HasCachedTexture()