Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuThreadUtil.hpp177 …deUint8* getUnusedData (size_t size); //!< Return data pointer that contains at least size byt…
DtcuThreadUtil.cpp180 deUint8* Thread::getUnusedData (size_t size) in getUnusedData() function in tcu::ThreadUtil::Thread
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp981 void* unusedData = thread.getUnusedData(m_width*m_height*4); in exec()
1033 void* unusedData = thread.getUnusedData(m_width*m_height*4); in exec()
1258 void* unusedData = thread.getUnusedData(m_size); in exec()
1299 void* unusedData = thread.getUnusedData(m_size); in exec()