/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 594 std::vector<MemoryGraphic> RSInterfaces::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSInterfaces 596 return renderServiceClient_->GetMemoryGraphics(); in GetMemoryGraphics()
|
H A D | rs_interfaces.h | 104 std::vector<MemoryGraphic> GetMemoryGraphics();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 466 HWTEST_F(RSRenderServiceConnectionProxyTest, GetMemoryGraphics, TestSize.Level1) 470 ASSERT_EQ(proxy->GetMemoryGraphics().size(), 0);
|
H A D | rs_render_service_client_test.cpp | 289 auto memGraphics = rsClient->GetMemoryGraphics();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 133 rsRenderServiceConnectionProxy.GetMemoryGraphics(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 169 virtual std::vector<MemoryGraphic> GetMemoryGraphics() = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 41 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 D | rs_render_service_client.cpp | 46 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 D | rs_render_service_connection_proxy.h | 37 std::vector<MemoryGraphic> GetMemoryGraphics() override;
|
H A D | rs_render_service_client.cpp | 96 std::vector<MemoryGraphic> RSRenderServiceClient::GetMemoryGraphics() in GetMemoryGraphics() function in OHOS::Rosen::RSRenderServiceClient 102 return renderService->GetMemoryGraphics(); in GetMemoryGraphics()
|
H A D | rs_render_service_connection_proxy.cpp | 1236 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 D | rs_render_service_connection.h | 64 std::vector<MemoryGraphic> GetMemoryGraphics() override;
|
H A D | rs_render_service_connection.cpp | 1094 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 D | rs_render_service_client.h | 230 std::vector<MemoryGraphic> GetMemoryGraphics();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 873 std::vector<MemoryGraphic> memoryGraphics = GetMemoryGraphics(); in OnRemoteRequest()
|