Searched refs:textureThreadFunction (Results 1 – 1 of 1) sorted by relevance
125 void textureThreadFunction(bool useDraw);873 void MultithreadingTestES3::textureThreadFunction(bool useDraw) in textureThreadFunction() function in angle::MultithreadingTestES3997 std::thread textureThread(&MultithreadingTestES3::textureThreadFunction, this, true); in mainThreadDraw()