/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | native_image_adapter_impl_test.cpp | 64 imagerAdapter->CreateNativeImage(textureId, textureTarget); 87 imagerAdapter->CreateNativeImage(textureId, textureTarget); 107 imagerAdapter->CreateNativeImage(textureId, textureTarget); 127 imagerAdapter->CreateNativeImage(textureId, textureTarget); 146 imagerAdapter->CreateNativeImage(textureId, textureTarget); 165 imagerAdapter->CreateNativeImage(textureId, textureTarget);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_native_image_adapter_wrapper.cpp | 26 void ArkNativeImageAdapterWrapper::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper 28 return ctocpp_->CreateNativeImage(textureId, textureTarget); in CreateNativeImage()
|
H A D | ark_native_image_adapter_wrapper.h | 29 void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_native_image_adapter_impl.cpp | 27 void ArkNativeImageAdapterImpl::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl 29 return real_->CreateNativeImage(textureId, textureTarget); in CreateNativeImage()
|
H A D | ark_native_image_adapter_impl.h | 29 void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/graphic_adapter/nativeimageadapter_fuzzer/ |
H A D | nativeimageadapter_fuzzer.cpp | 36 imagerAdapter->CreateNativeImage(textureId, textureTarget); in NativeImageAdapterFuzzTest()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/nativeImage_fuzzer/ |
H A D | nativeImageadapter_fuzzer.cpp | 62 adapter.CreateNativeImage(textureId, textureTarget); in NativeImageFuzzTest()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | native_image_adapter_impl.h | 29 void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) override;
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | native_image_adapter_impl.cpp | 29 void NativeImageAdapterImpl::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage() function in OHOS::NWeb::NativeImageAdapterImpl
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 184 virtual void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 256 virtual void CreateNativeImage(uint32_t textureId, uint32_t textureTarget) = 0;
|