Lines Matching defs:const
78 const RenderContext& m_renderCtx;
89 const Functions& gl = m_renderCtx.getFunctions();
97 static const char* const s_vertexShaderSrc = GLSL(
107 static const char* const s_fragmentShaderSrc = GLSL(
128 const Functions& gl = m_renderCtx.getFunctions();
157 const Functions& gl = m_renderCtx.getFunctions();
190 bool genRequired (void) const { return true; }
217 bool canAttachDeleted (void) const { return false; }
225 static const GLfloat s_varrData[NUM_VERTICES * NUM_COMPONENTS] =
232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer)
315 bool canAttachDeleted (void) const { return false; }
454 const char* name, const char* description);
459 const char* name, const char* description)
491 static const char* const s_xfbVertexSource = "#version 300 es\n"
496 static const char* const s_xfbFragmentSource = "#version 300 es\n"
544 catch (const glu::Error&)