Home | History | Annotate | Download | only in functional

Lines Matching refs:sampler

482 			GLuint sampler;
483 glGenSamplers (-1, &sampler);
490 GLuint sampler;
492 glGenSamplers (1, &sampler);
495 glBindSampler (maxTexImageUnits, sampler);
499 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
504 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler has been deleted by a call to glDeleteSamplers.");
505 glDeleteSamplers(1, &sampler);
506 glBindSampler (1, sampler);
520 GLuint sampler;
521 glGenSamplers (1, &sampler);
523 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
529 glGetSamplerParameteriv (sampler, -1, &params);
533 glDeleteSamplers(1, &sampler);
538 GLuint sampler;
539 glGenSamplers (1, &sampler);
541 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
547 glGetSamplerParameterfv (sampler, -1, &params);
551 glDeleteSamplers(1, &sampler);
555 GLuint sampler;
556 glGenSamplers (1, &sampler);
558 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
564 glSamplerParameteri (sampler, GL_TEXTURE_WRAP_S, -1);
568 glDeleteSamplers(1, &sampler);
573 GLuint sampler;
574 glGenSamplers (1, &sampler);
576 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
584 glSamplerParameteriv (sampler, GL_TEXTURE_WRAP_S, &params);
588 glDeleteSamplers(1, &sampler);
592 GLuint sampler;
593 glGenSamplers (1, &sampler);
595 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
601 glSamplerParameterf (sampler, GL_TEXTURE_WRAP_S, -1.0f);
605 glDeleteSamplers(1, &sampler);
610 GLuint sampler;
611 glGenSamplers (1, &sampler);
613 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.");
621 glSamplerParameterfv (sampler, GL_TEXTURE_WRAP_S, &params);
625 glDeleteSamplers(1, &sampler);
806 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
903 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1286 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1399 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1541 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");