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