Home | History | Annotate | Download | only in functional

Lines Matching refs:glGenSamplers

474 	ES3F_ADD_API_CASE(gen_samplers, "Invalid glGenSamplers() usage",
478 glGenSamplers (-1, &sampler);
487 glGenSamplers (1, &sampler);
494 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
516 glGenSamplers (1, &sampler);
518 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.");
534 glGenSamplers (1, &sampler);
536 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.");
551 glGenSamplers (1, &sampler);
553 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.");
569 glGenSamplers (1, &sampler);
571 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.");
588 glGenSamplers (1, &sampler);
590 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.");
606 glGenSamplers (1, &sampler);
608 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.");