Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp296 bool hasNoError = (GL_NO_ERROR == m_gl.getError()); in getBindingPoints() local
297 if (hasNoError) in getBindingPoints()
2239 bool hasNoError = (GL_NO_ERROR == gl().getError()) && (-1 != atomic_counter_buffer_idx); in getBindingPoints() local
2240 if (!hasNoError) in getBindingPoints()
2247 hasNoError = (GL_NO_ERROR == gl().getError()) && (-1 != value); in getBindingPoints()
2248 if (!hasNoError) in getBindingPoints()
2270 bool hasNoError = (GL_NO_ERROR == gl().getError()); in getOffsets() local
2271 if (hasNoError) in getOffsets()
2981 bool hasNoError = (GL_NO_ERROR == gl().getError()); in getBindingPoints() local
2982 if (hasNoError) in getBindingPoints()
[all …]