Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp409 GLboolean unmapResult = GL_FALSE; in streamAttributes() local
411 while (unmapResult != GL_TRUE && --unmapRetryAttempts > 0) in streamAttributes()
539 unmapResult = functions->unmapBuffer(GL_ARRAY_BUFFER); in streamAttributes()
542 ANGLE_CHECK(GetImplAs<ContextGL>(context), unmapResult == GL_TRUE, in streamAttributes()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1099 glw::GLboolean unmapResult; in renderWithFeedback() local
1109 unmapResult = gl.unmapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER); in renderWithFeedback()
1112 if (unmapResult != GL_TRUE) in renderWithFeedback()