Home
last modified time | relevance | path

Searched refs:GetMemoryGraphics (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp594 std::vector<MemoryGraphic> RSInterfaces::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSInterfaces
596 return renderServiceClient_->GetMemoryGraphics(); in GetMemoryGraphics()
H A Drs_interfaces.h104 std::vector<MemoryGraphic> GetMemoryGraphics();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp466 HWTEST_F(RSRenderServiceConnectionProxyTest, GetMemoryGraphics, TestSize.Level1)
470 ASSERT_EQ(proxy->GetMemoryGraphics().size(), 0);
H A Drs_render_service_client_test.cpp289 auto memGraphics = rsClient->GetMemoryGraphics();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp133 rsRenderServiceConnectionProxy.GetMemoryGraphics(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h169 virtual std::vector<MemoryGraphic> GetMemoryGraphics() = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp41 std::vector<MemoryGraphic> RSRenderServiceClient::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp46 std::vector<MemoryGraphic> RSRenderServiceClient::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h37 std::vector<MemoryGraphic> GetMemoryGraphics() override;
H A Drs_render_service_client.cpp96 std::vector<MemoryGraphic> RSRenderServiceClient::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceClient
102 return renderService->GetMemoryGraphics(); in GetMemoryGraphics()
H A Drs_render_service_connection_proxy.cpp1236 std::vector<MemoryGraphic> RSRenderServiceConnectionProxy::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h64 std::vector<MemoryGraphic> GetMemoryGraphics() override;
H A Drs_render_service_connection.cpp1094 std::vector<MemoryGraphic> RSRenderServiceConnection::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceConnection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h230 std::vector<MemoryGraphic> GetMemoryGraphics();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp873 std::vector<MemoryGraphic> memoryGraphics = GetMemoryGraphics(); in OnRemoteRequest()