Home
last modified time | relevance | path

Searched refs:ES2Types (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fLifetimeTests.cpp61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init()
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp353 class ES2Types : public Types class
356 ES2Types (const Context& ctx);
418 using details::ES2Types;
DglsLifetimeTests.cpp718 ES2Types::ES2Types (const Context& ctx) in ES2Types() function in deqp::gls::LifetimeTests::details::ES2Types
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp395 class ES3Types : public ES2Types
416 : ES2Types (ctx) in ES3Types()