Home
last modified time | relevance | path

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

/cts/tests/tests/nativeopengl/standalone/jni/
DGLTestHelper.cpp234 char * filter_cstr = NULL; in runTests() local
238 filter_cstr = new char[512]; in runTests()
240 snprintf(filter_cstr, sizeof(char) * 512, "%s", ptr); in runTests()
244 int result = runGTests(listener, filter_cstr); in runTests()
246 if (filter_cstr) { in runTests()
247 delete[] filter_cstr; in runTests()