Home
last modified time | relevance | path

Searched refs:mQueryHandleAllocator (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.h651 HandleAllocator mQueryHandleAllocator; variable
DContext.cpp6604 GLuint handle = mQueryHandleAllocator.allocate(); in genQueries()
6619 mQueryHandleAllocator.release(query); in deleteQueries()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h722 HandleAllocator mQueryHandleAllocator; variable
DContext.cpp7466 QueryID handle = QueryID{mQueryHandleAllocator.allocate()}; in genQueries()
7481 mQueryHandleAllocator.release(query.value); in deleteQueries()