Searched defs:contextSupplier (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp95 LayoutBindingProgram(IProgramContextSupplier& contextSupplier) argument
96 : m_contextSupplier(contextSupplier)
97 , m_context(contextSupplier.getContext().getRenderContext())
98 , m_stage(contextSupplier.getStage())
99 , m_testParams(contextSupplier.getTestParameters())
100 , m_gl(contextSupplier.getContext().getRenderContext().getFunctions())
119 LayoutBindingProgramAutoPtr(IProgramContextSupplier& contextSupplier) argument
121 m_program = contextSupplier.createProgram();
2062 ImageLayoutBindingProgram(IProgramContextSupplier& contextSupplier) : LayoutBindingProgram(contextSupplier) argument
2219 AtomicCounterLayoutBindingProgram(IProgramContextSupplier& contextSupplier) argument
2933 UniformBlocksLayoutBindingProgram(IProgramContextSupplier& contextSupplier) argument
3124 ShaderStorageBufferLayoutBindingProgram(IProgramContextSupplier& contextSupplier) argument
[all...]

Completed in 185 milliseconds