Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp361 glw::GLenum glerror; in renderTo() local
366 glerror = gl.getError(); in renderTo()
367 if (glerror == GL_OUT_OF_MEMORY) in renderTo()
370 GLU_EXPECT_NO_ERROR(glerror, "draw patches"); in renderTo()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2513 glw::GLenum glerror; in renderTo() local
2517 glerror = gl.getError(); in renderTo()
2518 if (glerror == GL_OUT_OF_MEMORY && (m_flags & FLAG_ALLOW_OUT_OF_MEMORY)) in renderTo()
2521 GLU_EXPECT_NO_ERROR(glerror, "draw patches"); in renderTo()