Searched refs:hasNoError (Results 1 – 1 of 1) sorted by relevance
296 bool hasNoError = (GL_NO_ERROR == m_gl.getError()); in getBindingPoints() local297 if (hasNoError) in getBindingPoints()2239 bool hasNoError = (GL_NO_ERROR == gl().getError()) && (-1 != atomic_counter_buffer_idx); in getBindingPoints() local2240 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() local2271 if (hasNoError) in getOffsets()2981 bool hasNoError = (GL_NO_ERROR == gl().getError()); in getBindingPoints() local2982 if (hasNoError) in getBindingPoints()[all …]