Searched refs:strTest (Results 1 – 3 of 3) sorted by relevance
75 std::string strTest("LoadContentFuncTest"); variable79 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);91 std::string strTest("LoadContentFuncTest"); variable97 rootSceneSession.LoadContent(strTest, nativeEnv_, nativeValue_, conText_);
80 char *strTest = new char[1024];81 strTest = (char *)glGetString(GL_EXTENSIONS); // 返回值strTest中会列出所有的扩展接口,并且用空格分隔开82 bool isHave = strTest.find("GL_OES_matrix_palette") != -1 ?
80 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 ?