Lines Matching defs:const
50 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
53 const char* getTestNamePostfix (void) const;
58 const char* const m_testNamePostfix;
61 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
72 const char* StateVerifier::getTestNamePostfix (void) const
82 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
86 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
126 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
130 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
162 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
166 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue)
222 MaxCombinedStageUniformComponentsCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLenum targetMaxUniformBlocksName, GLenum targetMaxUniformComponentsName)
244 const GLuint64 minCombinedUniformComponents = GLuint64(maxUniformBlocks) * uniformBlockSize / 4 + maxUniformComponents;
291 const struct LimitedStateInteger64
293 const char* name;
294 const char* description;