Home
last modified time | relevance | path

Searched refs:strTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Droot_scene_session_test.cpp75 std::string strTest("LoadContentFuncTest"); variable
79 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);
91 std::string strTest("LoadContentFuncTest"); variable
97 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md80 char *strTest = new char[1024];
81 strTest = (char *)glGetString(GL_EXTENSIONS); // 返回值strTest中会列出所有的扩展接口,并且用空格分隔开
82 bool isHave = strTest.find("GL_OES_matrix_palette") != -1 ?
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md80 char *strTest = new char[1024];
81 strTest = (char *)glGetString(GL_EXTENSIONS); // The return value of strTest lists all extensions s…
82 bool isHave = strTest.find("GL_OES_matrix_palette") != -1 ?