Lines Matching refs:GL_INVALID_OPERATION
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
132 expectError(GL_INVALID_OPERATION);
148 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
166 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if pname is GL_COMPILE_STATUS, GL_INFO_LOG_LENGTH, or GL_SHADER_SOURCE_LENGTH but a shader compiler is not supported.");
168 expectError(shaderCompilerSupported ? GL_NO_ERROR : GL_INVALID_OPERATION);
170 expectError(shaderCompilerSupported ? GL_NO_ERROR : GL_INVALID_OPERATION);
172 expectError(shaderCompilerSupported ? GL_NO_ERROR : GL_INVALID_OPERATION);
175 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader does not refer to a shader object.");
177 expectError(GL_INVALID_OPERATION);
197 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
199 expectError(GL_INVALID_OPERATION);
215 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
226 expectError(shaderCompilerSupported ? GL_INVALID_ENUM : GL_INVALID_OPERATION);
228 expectError(shaderCompilerSupported ? GL_INVALID_ENUM : GL_INVALID_OPERATION);
230 expectError(shaderCompilerSupported ? GL_INVALID_ENUM : GL_INVALID_OPERATION);
233 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if a shader compiler is not supported.");
235 expectError(shaderCompilerSupported ? GL_NO_ERROR : GL_INVALID_OPERATION);
250 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
252 expectError(GL_INVALID_OPERATION);
282 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program does not refer to a program object.");
284 expectError(GL_INVALID_OPERATION);
302 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
304 expectError(GL_INVALID_OPERATION);
365 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
367 expectError(GL_INVALID_OPERATION);
370 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
372 expectError(GL_INVALID_OPERATION);
375 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
377 expectError(GL_INVALID_OPERATION);
404 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
406 expectError(GL_INVALID_OPERATION);
409 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program has not been successfully linked.");
411 expectError(GL_INVALID_OPERATION);
414 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if location does not correspond to a valid uniform variable location for the specified program object.");
416 expectError(GL_INVALID_OPERATION);
495 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
498 expectError(GL_INVALID_OPERATION);
529 expectError(GL_INVALID_OPERATION);
558 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound.");
562 expectError(GL_INVALID_OPERATION, GL_INVALID_ENUM);
564 expectError(GL_INVALID_OPERATION);
588 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved renderbuffer object name 0 is bound.");
591 expectError(GL_INVALID_OPERATION);