Home
last modified time | relevance | path

Searched refs:is_proper_error (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp269 glw::GLint is_proper_error = (GL_INVALID_OPERATION == error_value); in testExistingTextureObjectError() local
271 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() local
324 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() local
359 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 …]