Searched refs:slot_pos (Results 1 – 1 of 1) sorted by relevance
1289 auto slot_pos = extensionSlotMap.find(name); in eglGetProcAddressImpl() local1290 int ext_slot = (slot_pos != extensionSlotMap.end()) ? slot_pos->second : -1; in eglGetProcAddressImpl()