Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
Dmman_mmap_test.cpp120 int unmapResult = munmap(mmapping, sb.st_size); variable
121 EXPECT_EQ(unmapResult, 0);
141 int unmapResult = munmap(mmapping, sb.st_size); variable
142 EXPECT_EQ(unmapResult, 0);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp421 GLboolean unmapResult = GL_FALSE; in streamAttributes() local
423 while (unmapResult != GL_TRUE && --unmapRetryAttempts > 0) in streamAttributes()
551 unmapResult = ANGLE_GL_TRY(context, functions->unmapBuffer(GL_ARRAY_BUFFER)); in streamAttributes()
554 ANGLE_CHECK(GetImplAs<ContextGL>(context), unmapResult == GL_TRUE, in streamAttributes()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1108 glw::GLboolean unmapResult; in renderWithFeedback() local
1118 unmapResult = gl.unmapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER); in renderWithFeedback()
1121 if (unmapResult != GL_TRUE) in renderWithFeedback()