Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dshader_effect.h150 std::shared_ptr<ExtendObject> GetExtendObject() { return object_; } in GetExtendObject() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_pixel_map_shader_test.cpp214 ASSERT_EQ(effect->GetExtendObject(), rsPixelMapShader);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h161 std::shared_ptr<ExtendObject> GetExtendObject(uint32_t index);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp185 std::shared_ptr<ExtendObject> CmdList::GetExtendObject(uint32_t index) in GetExtendObject() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp604 std::shared_ptr<ExtendObject> object = shaderEffect->GetExtendObject(); in AddShaderEffectToCmdList()
883 return (const_cast<CmdList&>(cmdList)).GetExtendObject(index); in GetExtendObjectFromCmdList()