Lines Matching refs:glGenSamplers
495 ES3F_ADD_API_CASE(gen_samplers, "Invalid glGenSamplers() usage",
499 glGenSamplers (-1, &sampler);
508 glGenSamplers (1, &sampler);
515 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
537 glGenSamplers (1, &sampler);
539 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.");
555 glGenSamplers (1, &sampler);
557 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.");
572 glGenSamplers (1, &sampler);
574 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.");
590 glGenSamplers (1, &sampler);
592 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.");
609 glGenSamplers (1, &sampler);
611 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.");
627 glGenSamplers (1, &sampler);
629 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.");