Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DHandleRangeAllocator.h43 bool markAsUsed(GLuint handle);
DHandleRangeAllocator_unittest.cpp85 EXPECT_TRUE(allocator->markAsUsed(id)); in TEST_F()
89 EXPECT_TRUE(allocator->markAsUsed(id2 + 1)); in TEST_F()
DHandleRangeAllocator.cpp120 bool HandleRangeAllocator::markAsUsed(GLuint handle) in markAsUsed() function in gl::HandleRangeAllocator