Home
last modified time | relevance | path

Searched refs:hookFunction_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_resource_manager.cpp27 if (hookFunction_ != nullptr) { in UploadTexture()
28 hookFunction_(paraUpload, image, pixelMap, uniqueId); in UploadTexture()
36 hookFunction_ = hook; in SetUploadTextureFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_resource_manager.h54 TextureUpload hookFunction_ = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_resource_manager_test.cpp51 EXPECT_EQ(RSResourceManager::Instance().hookFunction_, nullptr);