Lines Matching defs:const

79 void cleanGroupStack(const Functions* gl)
85 const GLenum err = gl->getError();
100 void cleanMessageLog(const Functions* gl)
102 static const GLuint count = 16;
122 void fillGroupStack(const Functions* gl)
124 static const GLchar message[] = "Foo";
125 static const GLsizei length = (GLsizei)(sizeof(message) / sizeof(message[0]));
132 const GLenum err = gl->getError();
190 const tcu::CommandLine& commandLine = m_testContext.getCommandLine();
207 const tcu::CommandLine& commandLine = m_testContext.getCommandLine();
234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
303 static const GLuint ids[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };
304 static const GLsizei n_ids = (GLsizei)(sizeof(ids) / sizeof(ids[0]));
345 static const GLsizei bufSize = 32;
346 static const GLuint count = 4;
370 static const GLchar message[] = "Foo";
371 static const GLsizei length = (GLsizei)(sizeof(message) / sizeof(message[0]));
407 static const GLchar message[] = "Foo";
408 static const GLsizei length = (GLsizei)(sizeof(message) / sizeof(message[0]));
468 static const GLchar label[] = "Foo";
469 static const GLsizei length = (GLsizei)(sizeof(label) / sizeof(label[0]));
501 catch (const std::exception& exc)
518 static const GLsizei bufSize = 32;
548 catch (const std::exception& exc)
564 static const GLchar label[] = "Foo";
565 static const GLsizei length = (GLsizei)(sizeof(label) / sizeof(label[0]));
588 catch (const std::exception& exc)
603 static const GLsizei bufSize = 32;
627 catch (const std::exception& exc)
663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
673 GLuint (*m_create)(const glw::Functions* gl, const glu::RenderContext*);
674 GLvoid (*m_destroy)(const glw::Functions* gl, GLuint id);
675 const GLchar* m_name;
684 static const labelsTestCase test_cases[] = {
698 static const size_t n_test_cases = sizeof(test_cases) / sizeof(test_cases[0]);
700 static const GLsizei bufSize = 32;
701 static const GLchar label[] = "foo";
702 static const GLsizei label_length = (GLsizei)(sizeof(label) / sizeof(label[0]) - 1);
710 const labelsTestCase& test_case = test_cases[test_case_index];
712 const GLenum identifier = test_case.m_identifier;
713 const GLuint id = test_case.m_create(m_gl, m_rc);
854 catch (const std::exception& exc)
882 GLuint LabelsTest::createBuffer(const Functions* gl, const glu::RenderContext* rc)
907 GLuint LabelsTest::createFramebuffer(const Functions* gl, const glu::RenderContext* rc)
934 GLuint LabelsTest::createProgram(const Functions* gl, const glu::RenderContext*)
948 GLuint LabelsTest::createProgramPipeline(const Functions* gl, const glu::RenderContext* rc)
972 GLuint LabelsTest::createQuery(const Functions* gl, const glu::RenderContext* rc)
997 GLuint LabelsTest::createRenderbuffer(const Functions* gl, const glu::RenderContext* rc)
1023 GLuint LabelsTest::createSampler(const Functions* gl, const glu::RenderContext* rc)
1048 GLuint LabelsTest::createShader(const Functions* gl, const glu::RenderContext*)
1062 GLuint LabelsTest::createTexture(const Functions* gl, const glu::RenderContext* rc)
1087 GLuint LabelsTest::createTransformFeedback(const Functions* gl, const glu::RenderContext* rc)
1112 GLuint LabelsTest::createVertexArray(const Functions* gl, const glu::RenderContext* rc)
1137 GLvoid LabelsTest::deleteBuffer(const Functions* gl, GLuint id)
1148 GLvoid LabelsTest::deleteFramebuffer(const Functions* gl, GLuint id)
1159 GLvoid LabelsTest::deleteProgram(const Functions* gl, GLuint id)
1170 GLvoid LabelsTest::deleteProgramPipeline(const Functions* gl, GLuint id)
1181 GLvoid LabelsTest::deleteQuery(const Functions* gl, GLuint id)
1192 GLvoid LabelsTest::deleteRenderbuffer(const Functions* gl, GLuint id)
1203 GLvoid LabelsTest::deleteSampler(const Functions* gl, GLuint id)
1214 GLvoid LabelsTest::deleteShader(const Functions* gl, GLuint id)
1225 GLvoid LabelsTest::deleteTexture(const Functions* gl, GLuint id)
1236 GLvoid LabelsTest::deleteTransformFeedback(const Functions* gl, GLuint id)
1247 GLvoid LabelsTest::deleteVertexArray(const Functions* gl, GLuint id)
1272 static const size_t bufSize = 32;
1273 static const GLchar label[] = "foo";
1274 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1;
1275 static const size_t read_messages = 4;
1800 const glw::GLchar* /* message */, const void* info)
1814 GLvoid* expected_user_info) const
1852 void ReceivingMessagesTest::inspectCallbackCounter(GLuint& callback_counter, GLuint expected_number_of_messages) const
1871 void ReceivingMessagesTest::inspectMessageLog(GLuint expected_number_of_messages) const
1873 static const size_t bufSize = 32;
1874 static const size_t read_messages = 4;
1917 static const GLchar label[] = "foo";
1918 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1;
2117 void GroupsTest::inspectGroupStack(GLuint expected_depth) const
2145 const glw::GLchar* expected_label) const
2147 static const size_t bufSize = 32;
2148 static const size_t read_messages = 1;
2224 void GroupsTest::verifyEmptyLog() const
2226 static const size_t bufSize = 32;
2227 static const size_t read_messages = 1;
2275 static const GLchar label[] = "foo";
2369 catch (const std::exception& exc)
2406 const glw::GLchar* /* message */, const void* info)