Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp126 class ProgramLibrary class
129ProgramLibrary(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 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) : 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 DglsTextureTestUtil.cpp67 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 DglsLongStressTestUtil.hpp39 class ProgramLibrary class
42 ProgramLibrary(glu::GLSLVersion glslVersion);
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp51 const gls::LongStressTestUtil::ProgramLibrary progLib(glu::GLSL_VERSION_300_ES); in init()
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp51 const gls::LongStressTestUtil::ProgramLibrary progLib(glu::GLSL_VERSION_100_ES); in init()