Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglSyncTests.cpp327 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()
336 string msgChk = funcNames[FUNC_NAME_CREATE_SYNC] + "()"; in test()
339 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test()
375 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()
384 string msgChk = funcNames[FUNC_NAME_CREATE_SYNC] + "()"; in test()
391 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test()
427 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()
438 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test()
487 void test(string funcNames[FUNC_NAME_NUM_NAMES], in test()
499 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test()
[all …]
DteglGetProcAddressTests.cpp186 const FunctionNames funcNames = getExtFunctionNames(m_extName); in executeTest() local
188 DE_ASSERT(funcNames.numFunctions > 0); in executeTest()
193 for (int funcNdx = 0; funcNdx < funcNames.numFunctions; funcNdx++) in executeTest()
195 const char* funcName = funcNames.functions[funcNdx]; in executeTest()
300 const FunctionNames funcNames = getCoreFunctionNames(m_apiType); in executeTest() local
324 for (int funcNdx = 0; funcNdx < funcNames.numFunctions; funcNdx++) in executeTest()
326 const char* funcName = funcNames.functions[funcNdx]; in executeTest()