Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp126 class ProgramLibrary class
129ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersi…
130 ~ProgramLibrary (void);
136 ProgramLibrary (const ProgramLibrary& other);
137 ProgramLibrary& operator= (const ProgramLibrary& other);
163 ProgramLibrary m_programLibrary;
DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams… in substitute()
77 string ProgramLibrary::substitute (const std::string& templ) const in substitute()
82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion) in ProgramLibrary() function in deqp::gls::LongStressTestUtil::ProgramLibrary
88 gls::ProgramContext ProgramLibrary::generateBufferContext (const int numDummyAttributes) const in generateBufferContext()
136 gls::ProgramContext ProgramLibrary::generateTextureContext (const int numTextures, const int texWid… in generateTextureContext()
178 gls::ProgramContext ProgramLibrary::generateBufferAndTextureContext (const int numTextures, const i… in generateBufferAndTextureContext()
247 gls::ProgramContext ProgramLibrary::generateFragmentPointLightContext (const int texWid, const int … in generateFragmentPointLightContext()
416 gls::ProgramContext ProgramLibrary::generateVertexUniformLoopLightContext (const int texWid, const … in generateVertexUniformLoopLightContext()
DglsLongStressTestUtil.hpp39 class ProgramLibrary class
42 ProgramLibrary (glu::GLSLVersion glslVersion);
DglsTextureTestUtil.cpp66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVers… in ProgramLibrary() function in deqp::gls::TextureTestUtil::ProgramLibrary
74 ProgramLibrary::~ProgramLibrary (void) in ~ProgramLibrary()
79 void ProgramLibrary::clear (void) in clear()
89 glu::ShaderProgram* ProgramLibrary::getProgram (Program program) in getProgram()
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_100_ES); in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_300_ES); in init()