Lines Matching defs:const
61 const char* name, const char* description)
117 GLuint getMaxVertexStreams() const
137 const TransformFeedbackOverflowQueryTests::API m_api;
157 const char* name)
167 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
198 const char* name, const char* description)
206 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
246 const char* name)
302 const char* name)
317 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
326 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
337 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
432 const char* name, const char* description)
438 void startTest(const char* caseName)
447 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
458 const char* m_case_name;
484 TransformFeedbackOverflowQueryTests::API api, const char* name)
498 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
506 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
516 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
595 TransformFeedbackOverflowQueryTests::API api, const char* name)
613 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
632 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
651 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
718 const char* name)
735 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
756 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
773 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
834 TransformFeedbackOverflowQueryTests::API api, const char* name)
849 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
863 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
877 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
934 const char* name, const char* description)
950 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
963 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
977 const char* minimalVsh()
986 const char* minimalFsh()
997 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1037 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1094 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1151 const GLuint initValue = 0xDEADBEEF;
1213 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1219 const char* vsSource = transformFeedbackVertexShader();
1222 gl.shaderSource(vShader, 1, (const char**)&vsSource, NULL);
1243 const char* gsSource = transformFeedbackGeometryShader();
1248 gl.shaderSource(gShader, 1, (const char**)&gsSource, NULL);
1293 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1311 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1327 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1343 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1353 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1361 virtual const char* transformFeedbackVertexShader() = 0;
1364 virtual const char* transformFeedbackGeometryShader() = 0;
1370 virtual const char** varyings() = 0;
1399 const char* name, const char* description)
1405 virtual const char* transformFeedbackVertexShader()
1421 virtual const char* transformFeedbackGeometryShader()
1433 virtual const char** varyings()
1435 static const char* vars[] = { "output1", "output2", "output3", "output4" };
1449 const char* name)
1477 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1515 const char* name)
1550 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1588 const char* name)
1616 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1690 const char* name)
1725 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1797 TransformFeedbackOverflowQueryTests::API api, const char* name,
1798 const char* description)
1804 virtual const char* transformFeedbackVertexShader()
1826 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1857 const char* name)
1864 virtual const char* transformFeedbackGeometryShader()
1906 virtual const char** varyings()
1908 static const char* vars[] = { "output4", "gl_NextBuffer", "output3", "gl_NextBuffer",
1923 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
2023 const char* name)
2030 virtual const char* transformFeedbackGeometryShader()
2065 virtual const char** varyings()
2067 static const char* vars[] = { "output4", "gl_NextBuffer", "output1", "gl_NextBuffer",
2089 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
2181 const char* apiToTestName(TransformFeedbackOverflowQueryTests::API api)