Home
last modified time | relevance | path

Searched refs:m_lastError (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp964 deUint32 m_lastError; member in sglr::ReferenceContext
H A DsglrReferenceContext.cpp402 , m_lastError (GL_NO_ERROR) in ReferenceContext()
4652 deUint32 err = m_lastError;
4653 m_lastError = GL_NO_ERROR;
4663 if (m_lastError == GL_NO_ERROR)
4664 m_lastError = error;

Completed in 8 milliseconds