Searched refs:ES2Types (Results 1 – 4 of 4) sorted by relevance
353 class ES2Types : public Types class356 ES2Types (const Context& ctx);418 using details::ES2Types;
718 ES2Types::ES2Types (const Context& ctx) in ES2Types() function in deqp::gls::LifetimeTests::details::ES2Types
61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init()
395 class ES3Types : public ES2Types416 : ES2Types (ctx) in ES3Types()