Searched refs:ProgramLibrary (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 126 class ProgramLibrary class 129 …ProgramLibrary (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;
|
D | glsLongStressTestUtil.cpp | 58 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()
|
D | glsLongStressTestUtil.hpp | 39 class ProgramLibrary class 42 ProgramLibrary (glu::GLSLVersion glslVersion);
|
D | glsTextureTestUtil.cpp | 66 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/ |
D | es2sLongRunningTests.cpp | 52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_100_ES); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_300_ES); in init()
|