Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h588 ExistenceMap mBufferIds;
589 ExistenceMap mTransformFeedbackIds;
591 ExistenceMap mQueryIds;
DStateTrackingSupport.h100 using ExistenceMap = PredicateMap<uint32_t, false>; variable
DGLClientState.cpp492 ExistenceMap* existenceMap = &mBufferIds; in setExistence()