Home
last modified time | relevance | path

Searched refs:CreateNativeImage (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dnative_image_adapter_impl_test.cpp68 imagerAdapter->CreateNativeImage(textureId, textureTarget);
91 imagerAdapter->CreateNativeImage(textureId, textureTarget);
111 imagerAdapter->CreateNativeImage(textureId, textureTarget);
131 imagerAdapter->CreateNativeImage(textureId, textureTarget);
151 imagerAdapter->CreateNativeImage(textureId, textureTarget);
170 imagerAdapter->CreateNativeImage(textureId, textureTarget);
/base/web/webview/ohos_adapter/graphic_adapter/include/
Dnative_image_adapter_impl.h29 void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) override;
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dnative_image_adapter_impl.cpp28 void NativeImageAdapterImpl::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage() function in OHOS::NWeb::NativeImageAdapterImpl
/base/web/webview/ohos_adapter/interfaces/
Dgraphic_adapter.h129 virtual void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) = 0;