Lines Matching defs:isPoint
127 glu::ProgramSources genShaders(glu::GLSLVersion version, bool isPoint)
131 if (isPoint)
195 virtual bool isPoint (void) const = 0;
219 const glu::ShaderProgram shader (m_renderCtx, genShaders(glu::getContextTypeGLSLVersion(m_renderCtx.getType()), isPoint()));
317 virtual bool isPoint (void) const;
340 bool ScissorPrimitiveCase::isPoint (void) const
436 virtual bool isPoint (void) const;
461 bool ScissorClearCase::isPoint (void) const
517 virtual bool isPoint (void) const;
553 bool FramebufferBlitCase::isPoint (void) const
616 virtual bool isPoint (void) const;
648 const glu::ShaderProgram shader (m_renderCtx, genShaders(glu::getContextTypeGLSLVersion(m_renderCtx.getType()), isPoint()));
873 bool FramebufferClearCase::isPoint (void) const