Lines Matching refs:lt
61 namespace lt = gls::LifetimeTests;
62 using namespace lt;
71 ScaleProgram (lt::Context& ctx);
85 ScaleProgram::ScaleProgram (lt::Context& ctx) in ScaleProgram()
172 VertexArrayBinder (lt::Context& ctx) in VertexArrayBinder()
180 SamplerBinder (lt::Context& ctx) : Binder(ctx) {} in SamplerBinder()
196 QueryBinder (lt::Context& ctx) : Binder(ctx) {} in QueryBinder()
210 BufferVAOAttacher (lt::Context& ctx, Type& elementType, in BufferVAOAttacher()
310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) in BufferTfAttacher()
398 ES3Types (lt::Context& ctx);
415 ES3Types::ES3Types (lt::Context& ctx) in ES3Types()
567 lt::Context ltCtx (ctx.getRenderContext(), ctx.getTestContext()); in init()