Searched refs:ext_slot (Results 1 – 1 of 1) sorted by relevance
1234 int ext_slot = (slot_pos != extensionSlotMap.end()) ? slot_pos->second : -1; in eglGetProcAddressImpl() local1235 if (ext_slot < 0) { in eglGetProcAddressImpl()1246 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[ext_slot] = in eglGetProcAddressImpl()1247 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[ext_slot] = addr; in eglGetProcAddressImpl()1248 addr = gExtensionForwarders[ext_slot]; in eglGetProcAddressImpl()