Searched refs:ProgramLibrary (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureTestUtil.hpp | 126 class ProgramLibrary class 129 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision); 130 ~ProgramLibrary (void); 137 ProgramLibrary (const ProgramLibrary& other); 138 ProgramLibrary& operator= (const ProgramLibrary& other); 165 ProgramLibrary m_programLibrary;
|
H A D | glsLongStressTestUtil.cpp | 58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const 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 numUnusedAttributes) const in generateBufferContext() 136 gls::ProgramContext ProgramLibrary::generateTextureContext (const int numTextures, const int texWid, const int texHei, const float positionFactor) const in generateTextureContext() 178 gls::ProgramContext ProgramLibrary::generateBufferAndTextureContext (const int numTextures, const int texWid, const int texHei) const in generateBufferAndTextureContext() 247 gls::ProgramContext ProgramLibrary::generateFragmentPointLightContext (const int texWid, const int texHei) const in generateFragmentPointLightContext() 416 gls::ProgramContext ProgramLibrary::generateVertexUniformLoopLightContext (const int texWid, const int texHei) const in generateVertexUniformLoopLightContext()
|
H A D | glsLongStressTestUtil.hpp | 39 class ProgramLibrary class 42 ProgramLibrary (glu::GLSLVersion glslVersion);
|
H A D | glsTextureTestUtil.cpp | 66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) 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() 280 glu::Precision ProgramLibrary::getTexCoordPrecision() in getTexCoordPrecision() 439 // \todo [2012-09-26 pyry] Move to ProgramLibrary and log unique programs only(?) in renderQuad()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_300_ES); in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_100_ES); in init()
|
Completed in 5 milliseconds