Lines Matching refs:TestCaseBase
38 const char* TestCaseBase::m_boilerplate_vs_code = "${VERSION}\n"
47 const float TestCaseBase::m_epsilon_float = 0.0001f;
55 TestCaseBase::TestCaseBase(Context& context, const ExtParameters& extParam, const char* name, const… in TestCaseBase() function in glcts::TestCaseBase
83 void TestCaseBase::init(void) in init()
92 void TestCaseBase::initExtensions() in initExtensions()
187 void TestCaseBase::initGLSLSpecializationMap() in initGLSLSpecializationMap()
275 void TestCaseBase::randomSeed(const glw::GLuint seed) in randomSeed()
284 glw::GLuint TestCaseBase::randomFormula(const glw::GLuint max) in randomFormula()
301 tcu::TestNode::IterateResult TestCaseBase::iterate(void) in iterate()
313 void TestCaseBase::deinit(void) in deinit()
324 bool TestCaseBase::isExtensionSupported(const std::string& extName) const in isExtensionSupported()
337 std::string TestCaseBase::specializeShader(const unsigned int parts, const char* const* code) const in specializeShader()
347 void TestCaseBase::shaderSourceSpecialized(glw::GLuint shader_id, glw::GLsizei shader_count, in shaderSourceSpecialized()
394 bool TestCaseBase::buildProgramVA(glw::GLuint po_id, bool* out_has_compilation_failed, unsigned int… in buildProgramVA()
516 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram()
541 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram()
575 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram()
613 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram()
657 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram()
696 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsign… in comparePixel()
771 bool TestCaseBase::doesProgramBuild(unsigned int n_fs_body_parts, const char* const* fs_body_parts, in doesProgramBuild()
820 std::string TestCaseBase::getShaderSource(glw::GLuint shader_id) in getShaderSource()
845 std::string TestCaseBase::getCompilationInfoLog(glw::GLuint shader_id) in getCompilationInfoLog()
858 std::string TestCaseBase::getLinkingInfoLog(glw::GLuint po_id) in getLinkingInfoLog()
871 std::string TestCaseBase::getPipelineInfoLog(glw::GLuint ppo_id) in getPipelineInfoLog()
886 std::string TestCaseBase::getInfoLog(LOG_TYPE log_type, glw::GLuint id) in getInfoLog()
946 bool TestCaseBase::setupFramebufferWithTextureAsAttachment(glw::GLuint framebuffer_object_id, in setupFramebufferWithTextureAsAttachment()
979 void TestCaseBase::checkFramebufferStatus(glw::GLenum framebuffer) const in checkFramebufferStatus()
1019 std::string TestCaseBase::getGLSLExtDirective(ExtensionType type, ExtensionName name, ExtensionBeha… in getGLSLExtDirective()