Searched defs:beginSession (Results 1 - 3 of 3) sorted by relevance

/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java232 public void beginSession () method in class:DeqpInstrumentation
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp49 void beginSession (void);
86 m_beginSessionID = m_env->GetMethodID(m_class, "beginSession", "()V");
108 void TestLogListener::beginSession (void) function in class:__anon4266::TestLogListener
212 listener.beginSession();
/external/deqp/framework/qphelper/
H A DqpTestLog.c292 static deBool beginSession (qpTestLog* log) function
301 /* Write out #beginSession. */
302 fprintf(log->outputFile, "#beginSession\n");
374 beginSession(log);

Completed in 189 milliseconds