Home
last modified time | relevance | path

Searched defs:OnSurfaceChanged (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/
Dnative_interface_xcomponent.h245 void (*OnSurfaceChanged)(OH_NativeXComponent* component, void* window); member
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
Dplugin_render.cpp313 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged() function in NativeXComponentSample::PluginRender
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
Dapp_napi.cpp203 void AppNapi::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged() function in AppNapi