Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp605 struct VaryingConnection struct
608 typedef std::vector<VaryingConnection> Vector;
614 Variable *m_in;
615 Variable *m_out;
H A Dgl4cEnhancedLayoutsTests.cpp4412 VaryingConnection::VaryingConnection(Variable *in, Variable *out) : m_in(in), m_out(out) in VaryingConnection() function in gl4cts::EnhancedLayouts::Utils::VaryingConnection