Home
last modified time | relevance | path

Searched defs:VaryingConnection (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp604 struct VaryingConnection struct
607 typedef std::vector<VaryingConnection> Vector;
613 Variable* m_in;
614 Variable* m_out;
Dgl4cEnhancedLayoutsTests.cpp4411 VaryingConnection::VaryingConnection(Variable* in, Variable* out) : m_in(in), m_out(out) in VaryingConnection() function in gl4cts::EnhancedLayouts::Utils::VaryingConnection