Searched refs:is_proper_error (Results 1 – 1 of 1) sorted by relevance
269 glw::GLint is_proper_error = (GL_INVALID_OPERATION == error_value); in testExistingTextureObjectError() local271 if (!is_proper_error) in testExistingTextureObjectError()298 if (is_proper_error && is_proper_error_compressed) in testExistingTextureObjectError()322 glw::GLint is_proper_error = (GL_INVALID_OPERATION == error_value); in testBufferOrMultisampledTargetError() local324 if (!is_proper_error) in testBufferOrMultisampledTargetError()333 if (is_proper_error) in testBufferOrMultisampledTargetError()357 glw::GLint is_proper_error = (GL_INVALID_VALUE == error_value); in testNegativeOffsetError() local359 if (!is_proper_error) in testNegativeOffsetError()385 if (is_proper_error && is_proper_error_compressed) in testNegativeOffsetError()412 glw::GLint is_proper_error = (GL_INVALID_VALUE == error_value); in testBoundsError() local[all …]