Searched refs:ProgramLibrary (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsTextureTestUtil.hpp | 126 class ProgramLibrary class 129 … ProgramLibrary(const glu::RenderContext &context, tcu::TestLog &log, glu::GLSLVersion glslVersion, 131 ~ProgramLibrary(void); 138 ProgramLibrary(const ProgramLibrary &other); 139 ProgramLibrary &operator=(const ProgramLibrary &other); 167 ProgramLibrary m_programLibrary;
|
H A 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) : m_glslVersion(glslVersion) in ProgramLibrary() function in deqp::gls::LongStressTestUtil::ProgramLibrary 87 gls::ProgramContext ProgramLibrary::generateBufferContext(const int numUnusedAttributes) const in generateBufferContext() 135 gls::ProgramContext ProgramLibrary::generateTextureContext(const int numTextures, const int texWid,… in generateTextureContext() 176 gls::ProgramContext ProgramLibrary::generateBufferAndTextureContext(const int numTextures, const in… in generateBufferAndTextureContext() 245 gls::ProgramContext ProgramLibrary::generateFragmentPointLightContext(const int texWid, const int t… in generateFragmentPointLightContext() 419 gls::ProgramContext ProgramLibrary::generateVertexUniformLoopLightContext(const int texWid, const i… in generateVertexUniformLoopLightContext()
|
H A D | glsTextureTestUtil.cpp | 67 ProgramLibrary::ProgramLibrary(const glu::RenderContext &context, tcu::TestLog &log, glu::GLSLVersi… in ProgramLibrary() function in deqp::gls::TextureTestUtil::ProgramLibrary 76 ProgramLibrary::~ProgramLibrary(void) in ~ProgramLibrary() 81 void ProgramLibrary::clear(void) in clear() 91 glu::ShaderProgram *ProgramLibrary::getProgram(Program program) in getProgram() 427 glu::Precision ProgramLibrary::getTexCoordPrecision() in getTexCoordPrecision()
|
H A D | glsLongStressTestUtil.hpp | 39 class ProgramLibrary class 42 ProgramLibrary(glu::GLSLVersion glslVersion);
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 51 const gls::LongStressTestUtil::ProgramLibrary progLib(glu::GLSL_VERSION_300_ES); in init()
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 51 const gls::LongStressTestUtil::ProgramLibrary progLib(glu::GLSL_VERSION_100_ES); in init()
|