Searched refs:ProgramLibrary (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.hpp39 class ProgramLibrary class in namespace:deqp::gls::LongStressTestUtil
42 ProgramLibrary (glu::GLSLVersion glslVersion);
H A DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const
77 string ProgramLibrary::substitute (const std::string& templ) const
82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion) function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
88 gls::ProgramContext ProgramLibrary::generateBufferContext (const int numDummyAttributes) const
136 gls::ProgramContext ProgramLibrary::generateTextureContext (const int numTextures, const int texWid, const int texHei, const float positionFactor) const
178 gls::ProgramContext ProgramLibrary::generateBufferAndTextureContext (const int numTextures, const int texWid, const int texHei) const
247 gls::ProgramContext ProgramLibrary::generateFragmentPointLightContext (const int texWid, const int texHei) const
416 gls::ProgramContext ProgramLibrary::generateVertexUniformLoopLightContext (const int texWid, const int texHei) const
H A DglsTextureTestUtil.hpp192 class ProgramLibrary class in namespace:deqp::gls::TextureTestUtil
195 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
196 ~ProgramLibrary (void);
202 ProgramLibrary (const ProgramLibrary& other);
203 ProgramLibrary& operator= (const ProgramLibrary& other);
229 ProgramLibrary m_programLibrary;
H A DglsTextureTestUtil.cpp1047 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) function in class:deqp::gls::TextureTestUtil::ProgramLibrary
1055 ProgramLibrary::~ProgramLibrary (void)
1060 void ProgramLibrary::clear (void)
1070 glu::ShaderProgram* ProgramLibrary::getProgram (Program program)
1415 // \todo [2012-09-26 pyry] Move to ProgramLibrary and log unique programs only(?)
/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_100_ES);
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_300_ES);

Completed in 156 milliseconds