Searched defs:windowBuffer (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_native_image_adapter_wrapper.cpp | 91 void** windowBuffer, in AcquireNativeWindowBuffer() 98 void* windowBuffer, in GetNativeBuffer() 104 int32_t ArkNativeImageAdapterWrapper::ReleaseNativeWindowBuffer(void* windowBuffer, int fenceFd) in ReleaseNativeWindowBuffer() 110 void* windowBuffer, in GetNativeWindowBufferSize()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_native_image_adapter_impl.cpp | 89 void** windowBuffer, in AcquireNativeWindowBuffer() 96 void* windowBuffer, in GetNativeBuffer() 102 int32_t ArkNativeImageAdapterImpl::ReleaseNativeWindowBuffer(void* windowBuffer, int fenceFd) in ReleaseNativeWindowBuffer() 108 void* windowBuffer, in GetNativeWindowBufferSize()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | native_image_adapter_impl.cpp | 125 void** windowBuffer, in AcquireNativeWindowBuffer() 144 void* windowBuffer, in GetNativeBuffer() 158 int32_t NativeImageAdapterImpl::ReleaseNativeWindowBuffer(void* windowBuffer, int fenceFd) in ReleaseNativeWindowBuffer() 167 void NativeImageAdapterImpl::GetNativeWindowBufferSize(void* windowBuffer, uint32_t* width, uint32_… in GetNativeWindowBufferSize()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | native_image_adapter_impl_test.cpp | 208 void* windowBuffer = nullptr; variable 230 void* windowBuffer = nullptr; variable 246 void* windowBuffer = nullptr; variable 267 void* windowBuffer = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/ |
H A D | hello_native_window.cpp | 70 NativeWindowBuffer* windowBuffer = nullptr; in CreateNativeWindowBuffer() local
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 423 void* windowBuffer = imageDecoderAdapterImpl.GetNativeWindowBuffer(); variable
|