Home
last modified time | relevance | path

Searched refs:CreateEnvironment (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneJS.h68 napi_value CreateEnvironment(NapiApi::FunctionContext<NapiApi::Object>& ctx);
84 NapiApi::Object CreateEnvironment(NapiApi::Object, NapiApi::Object);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Degl_core.h28 bool CreateEnvironment();
H A Degl_core.cpp63 return CreateEnvironment(); in EglContextInit()
66 bool EGLCore::CreateEnvironment() in CreateEnvironment() function in OHOS::EGLCore
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp80 …Method<NapiApi::FunctionContext<NapiApi::Object>, SceneJS, &SceneJS::CreateEnvironment>("createEnv… in Init()
294 auto res = tro->CreateEnvironment(me, argsIn); in Load()
656 NapiApi::Object SceneJS::CreateEnvironment(NapiApi::Object scene, NapiApi::Object argsIn) in CreateEnvironment() function in SceneJS
664 napi_value SceneJS::CreateEnvironment(NapiApi::FunctionContext<NapiApi::Object>& ctx) in CreateEnvironment() function in SceneJS
672 result = tro->CreateEnvironment(this_.GetObject(), args_.GetObject()); in CreateEnvironment()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md663 return CreateEnvironment();
668 bool EGLCore::CreateEnvironment()
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md663 return CreateEnvironment();
668 bool EGLCore::CreateEnvironment()