Searched refs:DrawOpPacket (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglRenderTests.cpp851 struct DrawOpPacket struct in namespace:deqp::egl
853 DrawOpPacket (void) function in struct:deqp::egl::DrawOpPacket
868 RenderTestThread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLint api, const glw::Functions& gl, const Program& program, const std::vector<DrawOpPacket>& packets)
882 for (std::vector<DrawOpPacket>::const_iterator packetIter = m_packets.begin(); packetIter != m_packets.end(); packetIter++)
913 const std::vector<DrawOpPacket>& m_packets;
955 vector<vector<DrawOpPacket> > packets (numThreads);
982 DrawOpPacket& packet = packets[threadNdx][packetNdx];

Completed in 65 milliseconds